Skip to content

Commit 276cc71

Browse files
committed
v0.0.4
1 parent e3200b2 commit 276cc71

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## [0.0.3](https://github.com/varletjs/release/compare/v0.0.2...v0.0.3) (2023-11-17)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlet/release",
33
"type": "module",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "release all packages and generate changelogs",
66
"keywords": [
77
"varlet",
@@ -78,4 +78,4 @@
7878
"picocolors": "^1.0.0",
7979
"semver": "^7.5.4"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)