Skip to content

Commit e442dfa

Browse files
committed
chore: release v1.7.0
1 parent 0c5299e commit e442dfa

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.7.0](https://github.com/unjs/unplugin/compare/v1.6.0...v1.7.0) (2024-02-06)
2+
3+
4+
### Bug Fixes
5+
6+
* use webpack loader context to implement addWatchFile ([#359](https://github.com/unjs/unplugin/issues/359)) ([a3bb13f](https://github.com/unjs/unplugin/commit/a3bb13fdf59794dc11e7615a28b6d8772a78b1d5))
7+
8+
9+
### Features
10+
11+
* support emit object errors ([8f00f57](https://github.com/unjs/unplugin/commit/8f00f571f8d1314d7d87e016ac7019475af92584))
12+
13+
14+
115
# [1.6.0](https://github.com/unjs/unplugin/compare/v1.5.1...v1.6.0) (2023-12-26)
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.6.0",
3+
"version": "1.7.0",
44
"packageManager": "[email protected]",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",

0 commit comments

Comments
 (0)