Skip to content

Commit

Permalink
chore(main): release json-viewer 2.12.0 (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 5, 2022
1 parent 5af0122 commit eab1f40
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.2"
".": "2.12.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.12.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.11.2...json-viewer-v2.12.0) (2022-12-05)


### Features

* collapse all empty iterables and disable expanding them ([#123](https://github.com/TexteaInc/json-viewer/issues/123)) ([105b002](https://github.com/TexteaInc/json-viewer/commit/105b002e43e77d3f3d83d0297207896cb8dd6ceb))
* invert logic for showing dots ([#122](https://github.com/TexteaInc/json-viewer/issues/122)) ([0e7292d](https://github.com/TexteaInc/json-viewer/commit/0e7292da459c77dac583dcc20af302505c3c1cc4))

## [2.11.2](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.11.1...json-viewer-v2.11.2) (2022-11-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@textea/json-viewer",
"description": "Interactive Json Viewer, but not only a json viewer",
"version": "2.11.2",
"version": "2.12.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit eab1f40

Please sign in to comment.