From 30fcdf5ce89c30a75220019d9baf0bc0462985c5 Mon Sep 17 00:00:00 2001 From: jos Date: Sun, 16 Feb 2020 10:00:24 +0100 Subject: [PATCH] Publish v8.6.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 8738821..87a8e63 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 8.6.0 +## 2020-02-16, version 8.6.0 - Fixed #906: Implemented turning Python objects containing `True`, `False` and `None` into valid JSON using repair. diff --git a/package-lock.json b/package-lock.json index da7a5a6..7710622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.5.3", + "version": "8.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea257db..2576e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.5.3", + "version": "8.6.0", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [