From 9820870e2ce5e7125c6a922f6bce3bd413ca968e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 02:50:33 +0000 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f9764ba..aea2030d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.0](https://github.com/TexteaInc/json-viewer/compare/v2.0.0-alpha.11...v2.0.0) (2022-09-20) + + +### Features + +* support `props.editable` ([d3fb54e](https://github.com/TexteaInc/json-viewer/commit/d3fb54eea3281a383d1a2d2edbbd175d60fa5050)) +* support `props.enableClipboard` ([e41102c](https://github.com/TexteaInc/json-viewer/commit/e41102ccd45f89031f9be759cbf801dff5a5aed4)) + + +### Bug Fixes + +* border color and expand icon ([d11316a](https://github.com/TexteaInc/json-viewer/commit/d11316a717a76f231604397252706993ac9389f6)) + + +### Build System + +* fix release-please ci ([dc5b28f](https://github.com/TexteaInc/json-viewer/commit/dc5b28fbf9d807c8004e44d9c25a0072a9e51a48)) + ## [1.24.4](https://github.com/TexteaInc/json-viewer/compare/v1.24.3...v1.24.4) (2022-08-23) diff --git a/package.json b/package.json index 00919c3f..040efd8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@textea/json-viewer", "description": "Interactive Json Viewer, but not only a json viewer", - "version": "2.0.0-alpha.11", + "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/TexteaInc/json-viewer.git"