Publish v8.6.3
This commit is contained in:
parent
f356c875a1
commit
ef88b8ef9a
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
## not yet published, version 8.6.3
|
## 2020-03-18, version 8.6.3
|
||||||
|
|
||||||
- Fix #932: `JSONEditor.update` broken, did not always recognize when the
|
- Fix #932: `JSONEditor.update` broken, did not always recognize when the
|
||||||
input changed. Regression introduced in `v8.6.2`.
|
input changed. Regression introduced in `v8.6.2`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.6.2",
|
"version": "8.6.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.6.2",
|
"version": "8.6.3",
|
||||||
"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