We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da3fed commit a3feecaCopy full SHA for a3feeca
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [4.6.0](https://github.com/tomjs/release-cli/compare/v4.5.1...v4.6.0) (2025-05-11)
2
+
3
+- fix: GitHost.fromUrl d.ts [2da3fed](https://github.com/tomjs/release-cli/commit/2da3fed)
4
+- feat: update lint and fix clear version error [c0d77d1](https://github.com/tomjs/release-cli/commit/c0d77d1)
5
6
## [4.5.1](https://github.com/tomjs/release-cli/compare/v4.5.0...v4.5.1) (2024-12-16)
7
8
- fix: support private registry [194a4b6](https://github.com/tomjs/release-cli/commit/194a4b6)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/release-cli",
"type": "module",
- "version": "4.5.2",
+ "version": "4.6.0",
"packageManager": "pnpm@10.10.0",
"description": "A CLI tool to automatically publish npm packages.",
"author": {
0 commit comments