From a0f69af4c6cd83875b5ded791ebc4b7a8d88b73e Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Wed, 28 Jul 2021 16:13:39 +0200 Subject: [PATCH] Publish v9.5.3 --- HISTORY.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9cef9e4a6..9eef47c93 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 9.5.3 +## 2021-07-28, version 9.5.3 - Fix #1356: background of tree mode is transparent instead of white. - Fix #473: enum dropdown not working on referenced schemas and templates, diff --git a/package-lock.json b/package-lock.json index 625c5765c..cce0dd346 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "jsoneditor", - "version": "9.5.2", + "version": "9.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "9.5.2", + "version": "9.5.3", "license": "Apache-2.0", "dependencies": { "ace-builds": "^1.4.12", diff --git a/package.json b/package.json index 42255e7bf..4f3b8dc7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.5.2", + "version": "9.5.3", "main": "./dist/jsoneditor.min.js", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [