diff --git a/HISTORY.md b/HISTORY.md index b651e4f..5ac6f56 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 7.5.0 +## 2019-12-08, version 7.5.0 - Extended the callback `onValidationError` to also report parse errors, and distinguish between JSON schema validation errors and custom errors. diff --git a/package-lock.json b/package-lock.json index 048a6e8..4f254b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd9f950..a446120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.4.0", + "version": "7.5.0", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [