We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3200b2 commit 276cc71Copy full SHA for 276cc71
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.0.4](https://github.com/varletjs/release/compare/v0.0.3...v0.0.4) (2023-12-07)
2
+
3
4
+### Features
5
6
+* support lint commit message ([e3200b2](https://github.com/varletjs/release/commit/e3200b2795a93213eab75af68674b1a6ea5327cf))
7
8
9
10
## [0.0.3](https://github.com/varletjs/release/compare/v0.0.2...v0.0.3) (2023-11-17)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@varlet/release",
"type": "module",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "release all packages and generate changelogs",
"keywords": [
"varlet",
@@ -78,4 +78,4 @@
78
"picocolors": "^1.0.0",
79
"semver": "^7.5.4"
80
}
81
-}
+}
0 commit comments