Publish `v7.3.1`

This commit is contained in:
jos 2019-12-01 10:26:42 +01:00
parent 4e68c54988
commit 9d2067f281
3 changed files with 6 additions and 5 deletions

View File

@ -3,10 +3,11 @@
https://github.com/josdejong/jsoneditor https://github.com/josdejong/jsoneditor
## not yet published, version 7.3.1 ## 2019-12-01, version 7.3.1
- Fixed #855: `onFocus` and `onBlur` not working in text mode - Fixed #855: `onFocus` and `onBlur` not working in modes `text` and `code`
without main menu bar, and `.destroy()` throwing an exception. when editor was created without main menu bar, and `editor.destroy()`
throwing an exception.
## 2019-11-27, version 7.3.0 ## 2019-11-27, version 7.3.0

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoneditor", "name": "jsoneditor",
"version": "7.3.0", "version": "7.3.1",
"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": [