Publish v7.0.0

This commit is contained in:
jos 2019-09-01 16:42:03 +02:00
parent ceb08fe13d
commit 299aa3da18
3 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,10 @@
https://github.com/josdejong/jsoneditor
## not yet published, version 7.0.0
- Converted a large part of the code to ES6, put Babel transpiler in place.
## 2019-09-01, version 7.0.0
- Converted the code largely to ES6, put Babel transpiler in place.
- Dropped support for bower, removed the `dist` folder from the git repository.
- Fixed #586: caret position lost when switching browser tabs.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "6.4.1",
"version": "7.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "6.4.1",
"version": "7.0.0",
"main": "./index",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [