From b711c5d937f484c9137a92211aabcdf15fa60283 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Nov 2022 21:32:01 +0000 Subject: [PATCH] chore(release): v1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.1](https://github.com/xmartlabs/rnx-cli/compare/v1.1.0...v1.1.1) (2022-11-04) ### Bug Fixes * **:bug: ghaction:** solve bad sintax in gh action yml ([e54d52d](https://github.com/xmartlabs/rnx-cli/commit/e54d52d97eccfc95207644b1d7d3d0ca7b8897d9)) * **:bug::** improve release workflow ([b94f699](https://github.com/xmartlabs/rnx-cli/commit/b94f69968dbc77ef463ba9d567728aae8cef7d3e)) * **:bug::** improve token handling ([e1a3147](https://github.com/xmartlabs/rnx-cli/commit/e1a31475e78dd6672e831288da3aef5e943c3321)) * **🔒security:** solve security issue with some dependency ([3057a97](https://github.com/xmartlabs/rnx-cli/commit/3057a972d5218238d4ff9c4d8f915f7860e51753)) * test branch protection rules ([5045737](https://github.com/xmartlabs/rnx-cli/commit/50457371607c54f34e2d39eee5a7d2cb7ca995d2)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 554b012..cdc25a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.1.1](https://github.com/xmartlabs/rnx-cli/compare/v1.1.0...v1.1.1) (2022-11-04) + + +### Bug Fixes + +* **:bug: ghaction:** solve bad sintax in gh action yml ([e54d52d](https://github.com/xmartlabs/rnx-cli/commit/e54d52d97eccfc95207644b1d7d3d0ca7b8897d9)) +* **:bug::** improve release workflow ([b94f699](https://github.com/xmartlabs/rnx-cli/commit/b94f69968dbc77ef463ba9d567728aae8cef7d3e)) +* **:bug::** improve token handling ([e1a3147](https://github.com/xmartlabs/rnx-cli/commit/e1a31475e78dd6672e831288da3aef5e943c3321)) +* **🔒security:** solve security issue with some dependency ([3057a97](https://github.com/xmartlabs/rnx-cli/commit/3057a972d5218238d4ff9c4d8f915f7860e51753)) +* test branch protection rules ([5045737](https://github.com/xmartlabs/rnx-cli/commit/50457371607c54f34e2d39eee5a7d2cb7ca995d2)) + # [1.1.0](https://github.com/xmartlabs/rnx-cli/compare/v1.0.6...v1.1.0) (2022-11-04) diff --git a/package.json b/package.json index e938b05..27b3426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xmartlabs/rnx-cli", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "rnx-cli CLI", "types": "build/types/types.d.ts",