Publish v9.0.1

This commit is contained in:
josdejong 2020-06-24 08:42:33 +02:00
parent 3a5ddb2ae7
commit 394432d3a6
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor https://github.com/josdejong/jsoneditor
## not yet published, version 9.0.1 ## 2020-06-24, version 9.0.1
- Fixed broken link to the Ace editor website (https://ace.c9.io/). - Fixed broken link to the Ace editor website (https://ace.c9.io/).
Thanks @p3x-robot. Thanks @p3x-robot.

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "9.0.0", "version": "9.0.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": [