chore: release v1.7.0

This commit is contained in:
三咲智子 Kevin Deng 2024-02-06 13:17:16 +08:00
parent 0c5299e1f4
commit e442dfa74e
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# [1.7.0](https://github.com/unjs/unplugin/compare/v1.6.0...v1.7.0) (2024-02-06)
### Bug Fixes
* use webpack loader context to implement addWatchFile ([#359](https://github.com/unjs/unplugin/issues/359)) ([a3bb13f](https://github.com/unjs/unplugin/commit/a3bb13fdf59794dc11e7615a28b6d8772a78b1d5))
### Features
* support emit object errors ([8f00f57](https://github.com/unjs/unplugin/commit/8f00f571f8d1314d7d87e016ac7019475af92584))
# [1.6.0](https://github.com/unjs/unplugin/compare/v1.5.1...v1.6.0) (2023-12-26)

View File

@ -1,6 +1,6 @@
{
"name": "unplugin",
"version": "1.6.0",
"version": "1.7.0",
"packageManager": "pnpm@8.15.1",
"description": "Unified plugin system for build tools",
"license": "MIT",