diff --git a/HISTORY.md b/HISTORY.md index 97dc485..fdda899 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 9.0.5 +## 2020-09-09, version 9.0.5 - Fix #1090: autocomplete firing on dragging or clicking a node. - Fix #1096: editor crashing when passing an empty string as `name`. diff --git a/package-lock.json b/package-lock.json index dd66e5d..ad23ce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.0.4", + "version": "9.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d70033a..745e38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.0.4", + "version": "9.0.5", "main": "./dist/jsoneditor.min.js", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [