Skip to content

Commit

Permalink
chore(main): release json-viewer 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pionxzh committed Apr 19, 2023
1 parent 5e4c7f3 commit a867a55
Show file tree
Hide file tree
Showing 3 changed files with 9 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.16.2"
".": "2.17.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.17.0](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.16.2...json-viewer-v2.17.0) (2023-04-19)


### Features

* expose copy function to `onCopy` callback ([5e4c7f3](https://github.com/TexteaInc/json-viewer/commit/5e4c7f37e73ceff86e781981e50a845dca693d5c))

## [2.16.2](https://github.com/TexteaInc/json-viewer/compare/json-viewer-v2.16.1...json-viewer-v2.16.2) (2023-04-02)


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.16.2",
"version": "2.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit a867a55

Please sign in to comment.