Skip to content

Commit 1ab8ff7

Browse files
committed
chore(release): v0.0.8
1 parent 7b08f38 commit 1ab8ff7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## v0.0.8
5+
6+
[compare changes](https://github.com/Sunny-117/robuild/compare/v0.0.7...v0.0.8)
7+
8+
### 🩹 Fixes
9+
10+
- Watch mode not work ([7b08f38](https://github.com/Sunny-117/robuild/commit/7b08f38))
11+
12+
### 📖 Documentation
13+
14+
- Simplify readme ([d08b010](https://github.com/Sunny-117/robuild/commit/d08b010))
15+
16+
### 🏡 Chore
17+
18+
- Fix linter error ([eb164e1](https://github.com/Sunny-117/robuild/commit/eb164e1))
19+
- Update readme ([6ffe460](https://github.com/Sunny-117/robuild/commit/6ffe460))
20+
- Cac deps ([c8a013c](https://github.com/Sunny-117/robuild/commit/c8a013c))
21+
22+
### ❤️ Contributors
23+
24+
- Sunny-117 <[email protected]>
25+
426
## v0.0.7
527

628
[compare changes](https://github.com/Sunny-117/robuild/compare/v0.0.6...v0.0.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "robuild",
33
"type": "module",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"packageManager": "[email protected]",
66
"description": "Zero-config ESM/TS package builder. Powered by Rolldown and Oxc",
77
"license": "MIT",

0 commit comments

Comments
 (0)