diff --git a/HISTORY.md b/HISTORY.md index ce16664..56a06e4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ 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. Thanks @ziga-miklic. diff --git a/package-lock.json b/package-lock.json index 0c5b56f..f6ba8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6bb501b..e289685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsoneditor", - "version": "9.1.0", + "version": "9.1.1", "main": "./dist/jsoneditor.min.js", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [