Skip to content

Commit 6399e84

Browse files
committed
v0.2.10
1 parent 9136d75 commit 6399e84

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.2.10](https://github.com/varletjs/release/compare/v0.2.9...v0.2.10) (2024-4-26)
2+
3+
4+
### Features
5+
6+
* add remote version check to release ([9136d75](https://github.com/varletjs/release/commit/9136d7529d970e1238ec9516879b841f9ba4329d))
7+
8+
9+
110
## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-4-21)
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.2.9",
4+
"version": "0.2.10",
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)