diff --git a/HISTORY.md b/HISTORY.md index 85f82b70..2c812e0f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,7 +5,7 @@ https://github.com/josdejong/jsoneditor ## 2023-12-21, version 10.0.0 -- BREAKING CHANGE: dropped official support for Internet Explorer 11. +- BREAKING CHANGE: dropped support for Internet Explorer 11. - Update dependencies `ace` and `jsonrepair`. diff --git a/package-lock.json b/package-lock.json index 8a7af343..9036400f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jsoneditor", - "version": "9.10.5", + "version": "10.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jsoneditor", - "version": "9.10.5", + "version": "10.0.0", "license": "Apache-2.0", "dependencies": { "ace-builds": "^1.32.2", diff --git a/package.json b/package.json index 1283b706..bb03ddf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.10.5", + "version": "10.0.0", "main": "./dist/jsoneditor.min.js", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [