Publish v9.1.1
This commit is contained in:
parent
e1a8077dc1
commit
223b78542e
|
@ -3,7 +3,7 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
https://github.com/josdejong/jsoneditor
|
||||||
|
|
||||||
|
|
||||||
## not yet published, version 9.1.1
|
## 2020-09-23, version 9.1.1
|
||||||
|
|
||||||
- Fix #1111: Enum dropdown not showing when using patternProperties for schema.
|
- Fix #1111: Enum dropdown not showing when using patternProperties for schema.
|
||||||
Thanks @ziga-miklic.
|
Thanks @ziga-miklic.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"main": "./dist/jsoneditor.min.js",
|
"main": "./dist/jsoneditor.min.js",
|
||||||
"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