diff --git a/HISTORY.md b/HISTORY.md index 9a8f3dea0..68a729b97 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,9 +3,9 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 9.0.2 +## 2020-07-01, version 9.0.2 -- Fix #1029: XSS vulnerabilities. +- Fix #1029: XSS vulnerabilities. Thanks @onemoreflag for reporting. - Fix #1017: unable to style the color of a value containing a color. Thanks @p3x-robot. diff --git a/package-lock.json b/package-lock.json index 7686c8a34..2fcce540c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08ad9f177..785c84784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.0.1", + "version": "9.0.2", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [