diff --git a/HISTORY.md b/HISTORY.md index 402669c..cee367d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 8.6.3 +## 2020-03-18, version 8.6.3 - Fix #932: `JSONEditor.update` broken, did not always recognize when the input changed. Regression introduced in `v8.6.2`. diff --git a/package-lock.json b/package-lock.json index b54d756..4ebe2ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.6.2", + "version": "8.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88d24c2..67f7174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.6.2", + "version": "8.6.3", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [