Skip to content

Commit ab93568

Browse files
committed
chore: release v1.8.1
1 parent dc71914 commit ab93568

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.8.1](https://github.com/unjs/unplugin/compare/v1.8.0...v1.8.1) (2024-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* fix build syntax error in < node16 ([#365](https://github.com/unjs/unplugin/issues/365)) ([5b3c6e5](https://github.com/unjs/unplugin/commit/5b3c6e53b865868f86510cef310fd286431957e0))
7+
8+
9+
110
# [1.8.0](https://github.com/unjs/unplugin/compare/v1.7.1...v1.8.0) (2024-03-03)
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.0",
3+
"version": "1.8.1",
44
"packageManager": "[email protected]",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)