From e442dfa74e472f39b6eb6541f51aa714d496b5a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Tue, 6 Feb 2024 13:17:16 +0800 Subject: [PATCH] chore: release v1.7.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5f633..0dfeb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b2ff7c9..4a73a9a 100644 --- a/package.json +++ b/package.json @@ -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",