We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2460b commit a8b4bd2Copy full SHA for a8b4bd2
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.8.2](https://github.com/unjs/unplugin/compare/v1.8.1...v1.8.2) (2024-03-06)
2
+
3
4
+### Bug Fixes
5
6
+* **esbuild:** don't return empty result in onLoad ([ff2460b](https://github.com/unjs/unplugin/commit/ff2460bf934e30fc1e09631da8ac8ceb1d7d1027))
7
8
9
10
## [1.8.1](https://github.com/unjs/unplugin/compare/v1.8.0...v1.8.1) (2024-03-05)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "unplugin",
- "version": "1.8.1",
+ "version": "1.8.2",
"packageManager": "[email protected]",
"description": "Unified plugin system for build tools",
"license": "MIT",
0 commit comments