We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3816e commit fd37375Copy full SHA for fd37375
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [1.1.0](https://github.com/varletjs/release/compare/v1.0.2...v1.1.0) (2026-03-23)
2
+
3
4
+### Code Refactoring
5
6
+* replace fs-extra with native fs methods ([5d3816e](https://github.com/varletjs/release/commit/5d3816e31e4e8aa0057862688a8b31b2835dc098))
7
+* **test/release:** closer to the real environment ([16e481e](https://github.com/varletjs/release/commit/16e481eecbf452037ce4d740f21756a488a0c577))
8
9
## [1.0.2](https://github.com/varletjs/release/compare/v1.0.1...v1.0.2) (2026-02-07)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@varlet/release",
- "version": "1.0.2",
+ "version": "1.1.0",
"description": "publish all packages, generate changelogs and check commit messages",
"keywords": [
"changelog",
0 commit comments