Skip to content

Commit 99fb6d9

Browse files
committedMar 8, 2024··
chore: release v1.9.0
1 parent ccdaa6a commit 99fb6d9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.9.0](https://github.com/unjs/unplugin/compare/v1.8.3...v1.9.0) (2024-03-08)
2+
3+
4+
### Features
5+
6+
* add rolldown support ([#370](https://github.com/unjs/unplugin/issues/370)) ([6d06ae1](https://github.com/unjs/unplugin/commit/6d06ae1f21572267ff49ccc21ed0c0269565ff7e))
7+
8+
9+
110
## [1.8.3](https://github.com/unjs/unplugin/compare/v1.8.2...v1.8.3) (2024-03-06)
211

312

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin",
3-
"version": "1.8.3",
3+
"version": "1.9.0",
44
"packageManager": "pnpm@8.15.4",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.