We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f0d3a5 commit 09ed04fCopy full SHA for 09ed04f
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [4.5.0](https://github.com/tomjs/release-cli/compare/v4.4.2...v4.5.0) (2024-06-19)
2
+
3
+- chore: update deps [8f0d3a5](https://github.com/tomjs/release-cli/commit/8f0d3a5)
4
+- feat: print the npmjs.com site after a successful release [24c1af9](https://github.com/tomjs/release-cli/commit/24c1af9)
5
6
## [4.4.2](https://github.com/tomjs/release-cli/compare/v4.4.1...v4.4.2) (2024-06-18)
7
8
- feat: use @tomjs/pkg [337c34c](https://github.com/tomjs/release-cli/commit/337c34c)
package.json
@@ -1,7 +1,7 @@
{
"name": "@tomjs/release-cli",
"type": "module",
- "version": "4.4.2",
+ "version": "4.5.0",
"description": "A CLI tool to automatically publish npm packages.",
"keywords": [
"cli",
0 commit comments