diff --git a/HISTORY.md b/HISTORY.md index f5d9043..655f281 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 7.0.3 +## 2019-09-04, version 7.0.3 - Fixed `index.js` pointing to non-transpiled code. See #783. - Fixed absolute url of images in SASS. Thanks @moonbreezee. diff --git a/package-lock.json b/package-lock.json index ccec4c1..59d1210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.0.2", + "version": "7.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81ec113..cb24627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.0.2", + "version": "7.0.3", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [