Skip to content

Commit 84be01b

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore(main): release json-viewer 2.14.1
1 parent 71811ab commit 84be01b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.14.1](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.14.0...json-viewer-v2.14.1) (2023-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* migrate zustand away from `zustand/context' ([ed6c699](https://github.com/TexteaInc/json-viewer/commit/ed6c6993134cf01408c6092e88c47b45b6b8a314))
9+
* migrate zustand to v4 ([5bbfcf9](https://github.com/TexteaInc/json-viewer/commit/5bbfcf9901a3224c5a5c8e57e06e8c902c57c0b2))
10+
311
## [2.14.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.13.1...json-viewer-v2.14.0) (2023-02-23)
412

513

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@textea/json-viewer",
33
"description": "Interactive Json Viewer, but not only a json viewer",
4-
"version": "2.14.0",
4+
"version": "2.14.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)