Publish `v8.6.6`
This commit is contained in:
parent
2db9e70ac4
commit
990f481f5f
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 8.6.6
|
## 2020-04-21, version 8.6.6
|
||||||
|
|
||||||
- Fix #969: adding a new property to an empty object or array is broken.
|
- Fix #969: adding a new property to an empty object or array is broken.
|
||||||
Regression introduced in `v8.6.5`.
|
Regression introduced in `v8.6.5`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.6.5",
|
"version": "8.6.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "8.6.5",
|
"version": "8.6.6",
|
||||||
"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