Skip to content

Commit

Permalink
chore: release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 17, 2023
1 parent 6b14d92 commit 39c0b22
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin",
"version": "1.4.0",
"version": "1.5.0",
"packageManager": "[email protected]",
"description": "Unified plugin system for build tools",
"license": "MIT",
Expand Down

0 comments on commit 39c0b22

Please sign in to comment.