Skip to content

Commit

Permalink
publish v9.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 1, 2021
1 parent f5b3046 commit c33544b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Expand Up @@ -3,7 +3,7 @@
https://github.com/josdejong/jsoneditor


## not yet published, version 9.5.5
## 2021-09-01, version 9.5.5

- Fix `setMode` not throwing an exception anymore in case of a parse error
(regression since `9.5.4`).
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "9.5.4",
"version": "9.5.5",
"main": "./dist/jsoneditor.min.js",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [
Expand Down Expand Up @@ -51,8 +51,8 @@
"jsdom": "17.0.0",
"json-loader": "0.5.7",
"mkdirp": "1.0.4",
"mocha": "9.1.0",
"sass": "1.38.1",
"mocha": "9.1.1",
"sass": "1.38.2",
"source-map-loader": "3.0.0",
"standard": "16.0.3",
"uglify-js": "3.14.1",
Expand Down

0 comments on commit c33544b

Please sign in to comment.