Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
chore(release): v1.1.1
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2022-11-04)

### Bug Fixes

* **:bug: ghaction:** solve bad sintax in gh action yml ([e54d52d](e54d52d))
* **:bug::** improve release workflow ([b94f699](b94f699))
* **:bug::** improve token handling ([e1a3147](e1a3147))
* **🔒security:** solve security issue with some dependency ([3057a97](3057a97))
* test branch protection rules ([5045737](5045737))
  • Loading branch information
semantic-release-bot committed Nov 4, 2022
1 parent a2bcb94 commit b711c5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b711c5d

Please sign in to comment.