Publish `v7.4.0`

This commit is contained in:
jos 2019-12-01 16:33:29 +01:00
parent 266eeec21a
commit 7f053eab8d
3 changed files with 5 additions and 3 deletions

View File

@ -3,8 +3,10 @@
https://github.com/josdejong/jsoneditor
## not yet published, version 7.3.2
## 2019-12-01, version 7.4.0
- Implemented callback function `onValidationError`, see #612, #854.
Thanks @meirotstein.
- Fixed #850: make autocomplete options robust against non-string inputs
like `null`, `123`, `true`, `false`.

2
package-lock.json generated
View File

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

View File

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