From 97cda1457af3a2f2ccd960b1084441845800589a Mon Sep 17 00:00:00 2001 From: jos Date: Wed, 11 Sep 2019 16:22:10 +0200 Subject: [PATCH] Publish v7.0.4 --- 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 51cb805..4757012 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 7.0.4 +## 2019-09-11, version 7.0.4 - Fixed #723: schema error popup and color picker not always fully visible. - Fixed wrong text color in search box when using JSONEditor in combination diff --git a/package-lock.json b/package-lock.json index 44950fd..df4f854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.0.3", + "version": "7.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 167e25c..8fddd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "7.0.3", + "version": "7.0.4", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [