Skip to content

Commit a82d995

Browse files
committed
v2.0.1
1 parent 4439e2a commit a82d995

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# [2.0.0](https://github.com/varletjs/rattail/compare/v1.8.3...v2.0.0) (2026-04-15)
1+
## [2.0.1](https://github.com/varletjs/rattail/compare/v2.0.0...v2.0.1) (2026-04-15)
22

33

44
### Bug Fixes
55

66
* remove format and clean options from Vite configuration ([21f3827](https://github.com/varletjs/rattail/commit/21f3827f9f857afb38accfcab52ed7d65cb5c4d0))
77
* revert version number to 1.8.3 in package.json ([b1c94cc](https://github.com/varletjs/rattail/commit/b1c94cc8ff705a8159e0b5b7f637f41df4318539))
8-
* update @configurajs/vite-plus dependency to version 0.2.2 and remove type-aware linting mention from documentation ([214ccca](https://github.com/varletjs/rattail/commit/214ccca8f9cace0379703f5b6afda3604111b170))
98
* update @configurajs/vite-plus dependency to version 0.2.3 ([2e755c1](https://github.com/varletjs/rattail/commit/2e755c1f0d5bd7889d1f4dd557bd458c1d5f0dfa))
109
* update @configurajs/vite-plus dependency to version 0.2.4 ([7681355](https://github.com/varletjs/rattail/commit/768135512120d24e0b938ded4aec8ef38a09154d))
1110
* update @varlet/release version to 2.2.1 in pnpm-lock.yaml ([ee08753](https://github.com/varletjs/rattail/commit/ee08753e7a06903cfd688f316c72d46829b9c530))
@@ -19,6 +18,7 @@
1918

2019
* add "Why Rattail" section and links to documentation in English and Chinese ([a833839](https://github.com/varletjs/rattail/commit/a833839d5a23a8d1178c2089709d994cf311646c))
2120
* 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))
2222
* add return type to defineConfig function for improved type safety ([89c8696](https://github.com/varletjs/rattail/commit/89c8696d1b62f021d2d323b835cc24f4074efbef))
2323
* add utility functions for storage, math operations, and file handling ([f2433e3](https://github.com/varletjs/rattail/commit/f2433e362ac49ca8d32447de253d73b8147cc061))
2424
* **cli:** enhance CLI commands and add API generation ([1bddbf2](https://github.com/varletjs/rattail/commit/1bddbf2fbf4bedda6decc1202a0d83ddc9c10ac3))
@@ -34,6 +34,13 @@
3434
* refactor code structure for improved readability and maintainability ([1c5741b](https://github.com/varletjs/rattail/commit/1c5741b0814b63baaee95b32ade880ea42c9faaa))
3535
* remove Vite+ presets and update CLI documentation for clarity ([737759e](https://github.com/varletjs/rattail/commit/737759e76f309d651263510ce57703c004354f56))
3636

37+
## [1.8.3](https://github.com/varletjs/rattail/compare/v1.8.2...v1.8.3) (2026-04-10)
38+
39+
40+
### Bug Fixes
41+
42+
* update @configurajs/vite-plus dependency to version 0.2.2 and remove type-aware linting mention from documentation ([214ccca](https://github.com/varletjs/rattail/commit/214ccca8f9cace0379703f5b6afda3604111b170))
43+
3744
## [1.8.2](https://github.com/varletjs/rattail/compare/v1.8.1...v1.8.2) (2026-04-09)
3845

3946

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.0",
3+
"version": "2.0.1",
44
"description": "A Vite+ oriented, AI Agent friendly front-end toolchain",
55
"keywords": [
66
"ai-agent",

0 commit comments

Comments
 (0)