From 39c0b22a30bdd7112962e377c39d2a24dcbc5847 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 18 Sep 2023 01:32:16 +0800 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d16e10c..99f55491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.5.0](https://github.com/unjs/unplugin/compare/v1.4.0...v1.5.0) (2023-09-17) + + +### Bug Fixes + +* add ESM dts ([6b38ae3](https://github.com/unjs/unplugin/commit/6b38ae33479a035321b930e5f498e9089a1dcb22)) +* adjust webpack rspack hooks sequence ([#326](https://github.com/unjs/unplugin/issues/326)) ([63e027a](https://github.com/unjs/unplugin/commit/63e027a53d7cc8aec2b71d94a325429134bb46fb)) + + +### Features + +* **esbuild:** added support for esbuild loader option ([#337](https://github.com/unjs/unplugin/issues/337)) ([a94366c](https://github.com/unjs/unplugin/commit/a94366c2940c8f1e1d548ecef38795696822e3ce)) + + + # [1.4.0](https://github.com/unjs/unplugin/compare/v1.3.2...v1.4.0) (2023-07-16) diff --git a/package.json b/package.json index b35f7b14..4314c9c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unplugin", - "version": "1.4.0", + "version": "1.5.0", "packageManager": "pnpm@8.7.5", "description": "Unified plugin system for build tools", "license": "MIT",