Publish v9.0.1
This commit is contained in:
parent
3a5ddb2ae7
commit
394432d3a6
|
@ -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.
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue