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.0
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.6...v1.1.0) (2022-11-04)

### Features

* **:pencil::** "add i18n & commitlint" ([ad6de7a](ad6de7a))
  • Loading branch information
semantic-release-bot committed Nov 4, 2022
1 parent ba63dd6 commit 418bcb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/xmartlabs/rnx-cli/compare/v1.0.6...v1.1.0) (2022-11-04)


### Features

* **:pencil::** "add i18n & commitlint" ([ad6de7a](https://github.com/xmartlabs/rnx-cli/commit/ad6de7ae9585fcb74d1d221fa6a6baee79a76aac))

## [1.0.6](https://github.com/xmartlabs/rnx-cli/compare/v1.0.5...v1.0.6) (2022-11-03)


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.0.6",
"version": "1.1.0",
"private": false,
"description": "rnx-cli CLI",
"types": "build/types/types.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==

"@commitlint/cli@^17.2.0":
"@commitlint/[email protected]":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.2.0.tgz#75cb39181cea98ccc3c9ec122c367af4252d0b5a"
integrity sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==
Expand All @@ -312,7 +312,7 @@
resolve-global "1.0.0"
yargs "^17.0.0"

"@commitlint/config-conventional@^17.2.0":
"@commitlint/[email protected]":
version "17.2.0"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz#245086582cb02901eb4beaa52bc87d138238178f"
integrity sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==
Expand Down

0 comments on commit 418bcb9

Please sign in to comment.