Skip to content

Commit a53afa9

Browse files
committed
v0.3.3
1 parent 9daf25c commit a53afa9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.3.2](https://github.com/varletjs/release/compare/v0.3.1...v0.3.2) (2024-12-24)
28

39
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlet/release",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "publish all packages, generate changelogs and check commit messages",
55
"keywords": [
66
"varlet",
@@ -84,4 +84,4 @@
8484
"node": ">=16.0.0",
8585
"pnpm": ">=9.0"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)