Skip to content

Commit e46f3d0

Browse files
committed
chore(release): v0.1.8
1 parent 04342c6 commit e46f3d0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.1.8
5+
6+
[compare changes](https://github.com/Sunny-117/robuild/compare/v0.1.7...v0.1.8)
7+
8+
### 🚀 Enhancements
9+
10+
- Add CSS processing support and technical blog ([c2bbae5](https://github.com/Sunny-117/robuild/commit/c2bbae5))
11+
- **playground:** Add demo page and tsconfig for css-processing example ([203954d](https://github.com/Sunny-117/robuild/commit/203954d))
12+
- **example:** Add CSS processing demo with LightningCSS support ([04342c6](https://github.com/Sunny-117/robuild/commit/04342c6))
13+
14+
### 🏡 Chore
15+
16+
- 🤖 release create robuild ([aa41832](https://github.com/Sunny-117/robuild/commit/aa41832))
17+
- 🤖 remove tsbuildinfo ([77bb3f3](https://github.com/Sunny-117/robuild/commit/77bb3f3))
18+
- 🤖 todo ([3fe93e1](https://github.com/Sunny-117/robuild/commit/3fe93e1))
19+
20+
### ❤️ Contributors
21+
22+
- Sunny-117 <zhiqiangfu6@gmail.com>
23+
424
## v0.1.7
525

626
[compare changes](https://github.com/Sunny-117/robuild/compare/v0.1.6...v0.1.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.1.7",
4+
"version": "0.1.8",
55
"packageManager": "pnpm@10.11.1",
66
"description": "Zero-config ESM/TS package builder. Powered by Rolldown and Oxc",
77
"license": "MIT",

0 commit comments

Comments
 (0)