Skip to content

Commit 5d35409

Browse files
github-actions[bot]pionxzh
authored andcommitted
chore(main): release json-viewer 3.2.0
1 parent 1a757e8 commit 5d35409

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.1.1"
2+
".": "3.2.0"
33
}

CHANGELOG.md

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

3+
## [3.2.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.1.1...json-viewer-v3.2.0) (2023-10-09)
4+
5+
6+
### Features
7+
8+
* improve built-in editor with autoFocus and better keyboard control ([1a757e8](https://github.com/TexteaInc/json-viewer/commit/1a757e878e264315bf76387ac07f635ae4446ef7))
9+
10+
11+
### Bug Fixes
12+
13+
* super long string can be partially selected without collapsing ([c2282dd](https://github.com/TexteaInc/json-viewer/commit/c2282ddfd9eaa585450710d4547810cf02ef3e2a))
14+
315
## [3.1.1](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v3.1.0...json-viewer-v3.1.1) (2023-06-20)
416

517

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.1.1",
4+
"version": "3.2.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)