Skip to content

Commit f987e2c

Browse files
committed
chore: release v1.8.0
1 parent 8e01dae commit f987e2c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.8.0](https://github.com/unjs/unplugin/compare/v1.7.1...v1.8.0) (2024-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* esbuild emitFile should mkdir subdirectories too ([#362](https://github.com/unjs/unplugin/issues/362)) ([b73e16a](https://github.com/unjs/unplugin/commit/b73e16a12e2b2799a99982cdbd44976164ae360d))
7+
8+
9+
### Features
10+
11+
* **esbuild:** support transform hook for nested plugins ([3e1d521](https://github.com/unjs/unplugin/commit/3e1d52101e75892162ea01200df76e9f2b659746))
12+
13+
14+
115
## [1.7.1](https://github.com/unjs/unplugin/compare/v1.7.0...v1.7.1) (2024-02-06)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin",
3-
"version": "1.7.1",
3+
"version": "1.8.0",
44
"packageManager": "[email protected]",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)