Skip to content

Commit fea79b7

Browse files
chore(main): release json-viewer 2.2.2 (#41)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.>
1 parent 0b04cd7 commit fea79b7

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-
".": "2.2.1"
2+
".": "2.2.2"
33
}

CHANGELOG.md

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

3+
## [2.2.2](https://github.com./TexteaInc/json-viewer/compare/json-viewer-v2.2.1...json-viewer-v2.2.2) (2022-09-21)
4+
5+
6+
### Bug Fixes
7+
8+
* missing `props.defaultInspectDepth` ([#40](https://github.com./TexteaInc/json-viewer/issues/40)) ([0b04cd7](https://github.com./TexteaInc/json-viewer/commit/0b04cd7ce6fc341e0c346907c35a816967083b3a))
9+
310
## [2.2.1](https://github.com./TexteaInc/json-viewer/compare/json-viewer-v2.2.0...json-viewer-v2.2.1) (2022-09-21)
411

512

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

0 commit comments

Comments
 (0)