We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daf25c commit a53afa9Copy full SHA for a53afa9
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.3.3](https://github.com/varletjs/release/compare/v0.3.2...v0.3.3) (2025-01-15)
2
+
3
+### Features
4
5
+- support changelog preset ([#28](https://github.com/varletjs/release/issues/28)) ([9daf25c](https://github.com/varletjs/release/commit/9daf25cf58bfb55034118344f8c900d3f1e58820))
6
7
## [0.3.2](https://github.com/varletjs/release/compare/v0.3.1...v0.3.2) (2024-12-24)
8
9
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@varlet/release",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "publish all packages, generate changelogs and check commit messages",
"keywords": [
"varlet",
@@ -84,4 +84,4 @@
84
"node": ">=16.0.0",
85
"pnpm": ">=9.0"
86
}
87
-}
+}
0 commit comments