Skip to content

Commit

Permalink
chore: publish v9.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 21, 2023
1 parent ec61414 commit bebee7a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
https://github.com/josdejong/jsoneditor


## 2023-09-21, version 9.10.3

- Fix #1550: trimming zero in front of a number (#1549). Thanks @DarkFisk.
- Updated dependencies, most notable `ace`, `jsonrepair`, and `vanilla-picker`.


## 2023-05-12, version 9.10.2

- Fix option `showErrorTable` (see #1515):
Expand Down
2 changes: 1 addition & 1 deletion misc/how_to_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Run the unit tests and validate whether all tests pass:

Build the build (jsoneditor.js, jsoneditor.css, ...) files by running:

npm run build
npm run build-and-test

After the build is complete, verify if the files are updated and contain the
correct date and version number in the header.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoneditor",
"version": "9.10.2",
"version": "9.10.3",
"main": "./dist/jsoneditor.min.js",
"description": "A web-based tool to view, edit, format, and validate JSON",
"tags": [
Expand All @@ -19,6 +19,7 @@
"bugs": "https://github.com/josdejong/jsoneditor/issues",
"scripts": {
"build": "gulp",
"build-and-test": "npm run build && npm test && npm run lint",
"minify": "gulp minify",
"start": "gulp watch",
"test": "mocha test --require @babel/register",
Expand Down

0 comments on commit bebee7a

Please sign in to comment.