From 042cd1be7966510d0ebb15d87c4e6f7494ead15d Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 28 Dec 2019 17:59:12 +0100 Subject: [PATCH] Publish v8.1.1 --- HISTORY.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7963c23..3c69eb8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,10 +3,10 @@ https://github.com/josdejong/jsoneditor -## not yet published, version 8.1.1 +## 2019-12-28, version 8.1.1 -- Changed the file size reported in `preview` mode to `KB` and `MB` instead of - `KiB` and `MiB` in order to match the size reported by filesystems. +- Fixed the file size reported in `preview` mode show `KB` and `MB` instead + of `KiB` and `MiB` in order to match the size reported by filesystems. ## 2019-12-18, version 8.1.0 diff --git a/package-lock.json b/package-lock.json index 2a5b31e..5e3600a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c2e321..c6c878e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "8.1.0", + "version": "8.1.1", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [