We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f525bfd commit c18da1eCopy full SHA for c18da1e
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [5.1.0](https://github.com/tomjs/release-cli/compare/v5.0.0...v5.1.0) (2026-01-03)
2
+
3
+- feat: add cnpm sync command [f525bfd](https://github.com/tomjs/release-cli/commit/f525bfd)
4
5
## [5.0.0](https://github.com/tomjs/release-cli/compare/v4.9.1...v5.0.0) (2025-12-27)
6
7
- feat: remove opt [7a78d1f](https://github.com/tomjs/release-cli/commit/7a78d1f)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/release-cli",
"type": "module",
- "version": "5.0.0",
+ "version": "5.1.0",
"packageManager": "pnpm@10.10.0",
"description": "A CLI tool to automatically publish npm packages.",
"author": {
0 commit comments