Skip to content

Commit 672b16e

Browse files
committed
chore: publish v10.1.3
1 parent ed8a1bd commit 672b16e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<https://github.com/josdejong/jsoneditor>
44

5+
## 2025-02-17, version 10.1.3
6+
7+
- Fix: #1643 handle `true` property value in a JSON Schema (#1644).
8+
Thanks @joshkel.
9+
510
## 2024-12-18, version 10.1.2
611

712
- Fix: #1637 remove `mobius1-selectr` from the list with dependencies to get

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsoneditor",
3-
"version": "10.1.2",
3+
"version": "10.1.3",
44
"main": "./dist/jsoneditor.min.js",
55
"description": "A web-based tool to view, edit, format, and validate JSON",
66
"tags": [

0 commit comments

Comments
 (0)