We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9136d75 commit 6399e84Copy full SHA for 6399e84
CHANGELOG.md
@@ -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
10
## [0.2.9](https://github.com/varletjs/release/compare/v0.2.8...v0.2.9) (2024-4-21)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@varlet/release",
"type": "module",
- "version": "0.2.9",
+ "version": "0.2.10",
"description": "release all packages and generate changelogs",
"keywords": [
"varlet",
@@ -76,4 +76,4 @@
76
"picocolors": "^1.0.0",
77
"semver": "^7.5.4"
78
}
79
-}
+}
0 commit comments