Skip to content

Commit 32888b0

Browse files
committed
chore: release v1.8.3
1 parent 5ca5e6d commit 32888b0

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.3](https://github.com/unjs/unplugin/compare/v1.8.2...v1.8.3) (2024-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **esbuild:** read fs contents on demand ([5ca5e6d](https://github.com/unjs/unplugin/commit/5ca5e6d625c7029d5b7a776a11e7a84e968424f0))
7+
8+
9+
### Features
10+
11+
* support node 14 ([af3b0ec](https://github.com/unjs/unplugin/commit/af3b0ecc3dd4ae1f1c3ea1a1121248438b12468e))
12+
13+
14+
115
## [1.8.2](https://github.com/unjs/unplugin/compare/v1.8.1...v1.8.2) (2024-03-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.8.2",
3+
"version": "1.8.3",
44
"packageManager": "[email protected]",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)