Skip to content

Commit 2ce6429

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore(main): release json-viewer 4.0.1
1 parent ac0d57d commit 2ce6429

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v4.0.0...json-viewer-v4.0.1) (2024-12-15)
4+
5+
6+
### Bug Fixes
7+
8+
* update Object datatype for correct pluralization of Items ([#531](https://github.com/TexteaInc/json-viewer/issues/531)) ([004e5c0](https://github.com/TexteaInc/json-viewer/commit/004e5c09c20a7afe4434f210b1ac98f7116ba8a7))
9+
310
## [4.0.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.5.0...json-viewer-v4.0.0) (2024-09-15)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@textea/json-viewer",
33
"description": "Interactive Json Viewer, but not only a json viewer",
44
"packageManager": "[email protected]",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)