Publish v8.1.0

This commit is contained in:
jos 2019-12-18 17:42:00 +01:00
parent d973464545
commit 4937337147
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor https://github.com/josdejong/jsoneditor
## not yet published, version 8.1.0 ## 2019-12-18, version 8.1.0
- Implemented `popupAnchor` allowing to select a custom anchor element. - Implemented `popupAnchor` allowing to select a custom anchor element.
See #869 and #870. See #869 and #870.

2
package-lock.json generated
View File

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

View File

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