From 90423573ab4c3506a0375dd286b4122b5019ee03 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 8 Dec 2019 21:53:55 +0100 Subject: [PATCH] Publish v7.5.0 --- HISTORY.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": [