Skip to content

Commit c7bddf1

Browse files
committed
v2.0.2
1 parent 5131f3f commit c7bddf1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
## [2.0.1](https://github.com/varletjs/rattail/compare/v2.0.0...v2.0.1) (2026-04-15)
1+
## [2.0.2](https://github.com/varletjs/rattail/compare/v2.0.1...v2.0.2) (2026-04-15)
2+
3+
4+
### Bug Fixes
5+
6+
* downgrade @varlet/release version from 2.2.1 to 2.2.0 in pnpm-lock.yaml ([c087796](https://github.com/varletjs/rattail/commit/c087796fcc64615265621f3346c50df4f0a78309))
7+
* update @varlet/release version from ^2.2.0 to ^2.2.1 in package.json and pnpm-lock.yaml ([5131f3f](https://github.com/varletjs/rattail/commit/5131f3ff2fdaebbaf5490f010024acbc56b780bf))
8+
9+
10+
### Features
11+
12+
* add publish command to CLI and update configuration types ([4439e2a](https://github.com/varletjs/rattail/commit/4439e2acab7746687713fa07b9e7cd0162b95aaa))
13+
14+
# [2.0.0](https://github.com/varletjs/rattail/compare/v1.8.3...v2.0.0) (2026-04-15)
215

316

417
### Bug Fixes
@@ -18,7 +31,6 @@
1831

1932
* add "Why Rattail" section and links to documentation in English and Chinese ([a833839](https://github.com/varletjs/rattail/commit/a833839d5a23a8d1178c2089709d994cf311646c))
2033
* add CLI functionality with clean command and configuration loading ([c3746b7](https://github.com/varletjs/rattail/commit/c3746b701ccc6cb7e74e037ce17592ef8347e32e))
21-
* add publish command to CLI and update configuration types ([4439e2a](https://github.com/varletjs/rattail/commit/4439e2acab7746687713fa07b9e7cd0162b95aaa))
2234
* add return type to defineConfig function for improved type safety ([89c8696](https://github.com/varletjs/rattail/commit/89c8696d1b62f021d2d323b835cc24f4074efbef))
2335
* add utility functions for storage, math operations, and file handling ([f2433e3](https://github.com/varletjs/rattail/commit/f2433e362ac49ca8d32447de253d73b8147cc061))
2436
* **cli:** enhance CLI commands and add API generation ([1bddbf2](https://github.com/varletjs/rattail/commit/1bddbf2fbf4bedda6decc1202a0d83ddc9c10ac3))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rattail",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A Vite+ oriented, AI Agent friendly front-end toolchain",
55
"keywords": [
66
"ai-agent",

0 commit comments

Comments
 (0)