Publish v9.0.5
This commit is contained in:
parent
12fd998cc1
commit
2314aa74e5
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 9.0.5
|
## 2020-09-09, version 9.0.5
|
||||||
|
|
||||||
- Fix #1090: autocomplete firing on dragging or clicking a node.
|
- Fix #1090: autocomplete firing on dragging or clicking a node.
|
||||||
- Fix #1096: editor crashing when passing an empty string as `name`.
|
- Fix #1096: editor crashing when passing an empty string as `name`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.0.4",
|
"version": "9.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.0.4",
|
"version": "9.0.5",
|
||||||
"main": "./dist/jsoneditor.min.js",
|
"main": "./dist/jsoneditor.min.js",
|
||||||
"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