Skip to content

Commit f85319a

Browse files
committed
v0.2.9
1 parent 0eca4a1 commit f85319a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-4-21)
2+
3+
4+
### Features
5+
6+
* ensure commit message path is provided for commit linting ([0eca4a1](https://github.com/varletjs/release/commit/0eca4a1cf0a600c96c805976988e9269233860a9))
7+
8+
9+
110
## [0.2.8](https://github.com/varletjs/release/compare/v0.2.7...v0.2.8) (2024-4-9)
211

312

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@varlet/release",
33
"type": "module",
4-
"version": "0.2.8",
4+
"version": "0.2.9",
55
"description": "release all packages and generate changelogs",
66
"keywords": [
77
"varlet",
@@ -76,4 +76,4 @@
7676
"picocolors": "^1.0.0",
7777
"semver": "^7.5.4"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)