Skip to content

Commit ec5f7f2

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore(main): release json-viewer 3.1.0
1 parent 350ec00 commit ec5f7f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.0.0...json-viewer-v3.1.0) (2023-06-20)
4+
5+
6+
### Features
7+
8+
* support default inspect state with `defaultInspectControl` ([7982300](https://github.com/TexteaInc/json-viewer/commit/7982300b18e4202fc71f7c7226ca377edff80334))
9+
310
## [3.0.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.17.2...json-viewer-v3.0.0) (2023-04-25)
411

512
For the detail and migration guide, check out the [Migrating from v2 to v3](https://viewer.textea.io/migration/migration-v3)

package.json

Lines changed: 1 addition & 1 deletion
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": "3.0.0",
4+
"version": "3.1.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)