Publish v8.1.1
This commit is contained in:
parent
10a48ca7b2
commit
042cd1be79
|
@ -3,10 +3,10 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
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
|
- Fixed the file size reported in `preview` mode show `KB` and `MB` instead
|
||||||
`KiB` and `MiB` in order to match the size reported by filesystems.
|
of `KiB` and `MiB` in order to match the size reported by filesystems.
|
||||||
|
|
||||||
|
|
||||||
## 2019-12-18, version 8.1.0
|
## 2019-12-18, version 8.1.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.1.0",
|
"version": "8.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.1.0",
|
"version": "8.1.1",
|
||||||
"main": "./index",
|
"main": "./index",
|
||||||
"description": "A web-based tool to view, edit, format, and validate JSON",
|
"description": "A web-based tool to view, edit, format, and validate JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in New Issue