Skip to content

Commit

Permalink
chore: release/stable 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2023
1 parent 18ae4ab commit b29d072
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## [0.14.2](https://github.com/zCloak-Network/toolkit/compare/v0.14.1...v0.14.2) (2023-02-06)


### Bug Fixes

* **zcloak-ci-ghact-build:** fix throw level error when no skip-beta arg ([18ae4ab](https://github.com/zCloak-Network/toolkit/commit/18ae4abda305151083cca6252ad7e512b272dfd8))


## [0.14.1](https://github.com/zCloak-Network/toolkit/compare/v0.14.0...v0.14.1) (2023-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "commonjs",
"version": "0.14.1",
"version": "0.14.2",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.14.1",
"version": "0.14.2",
"bin": {
"zcloak-ci-ghact-build": "./scripts/zcloak-ci-ghact-build.mjs",
"zcloak-dev-build-ts": "./scripts/zcloak-dev-build-ts.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.14.1",
"version": "0.14.2",
"dependencies": {
"chalk": "^5.2.0",
"glob": "^8.1.0",
Expand Down

0 comments on commit b29d072

Please sign in to comment.