We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca5e6d commit 32888b0Copy full SHA for 32888b0
CHANGELOG.md
@@ -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
15
## [1.8.2](https://github.com/unjs/unplugin/compare/v1.8.1...v1.8.2) (2024-03-06)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin",
- "version": "1.8.2",
+ "version": "1.8.3",
"packageManager": "[email protected]",
"description": "Unified plugin system for build tools",
"license": "MIT",
0 commit comments