Publish v7.0.5
This commit is contained in:
parent
ecb1674f09
commit
31e1e08dc4
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 7.0.5
|
## 2019-10-06, version 7.0.5
|
||||||
|
|
||||||
- Upgraded dependencies: `vanilla-picker@2.10.0`.
|
- Upgraded dependencies: `vanilla-picker@2.10.0`.
|
||||||
- Minor documentation improvements. Thanks @slash-arun.
|
- Minor documentation improvements. Thanks @slash-arun.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.0.4",
|
"version": "7.0.5",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "7.0.4",
|
"version": "7.0.5",
|
||||||
"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