Publish v8.1.1

This commit is contained in:
jos 2019-12-28 17:59:12 +01:00
parent 10a48ca7b2
commit 042cd1be79
3 changed files with 5 additions and 5 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "8.1.0",
"version": "8.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": [