Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 26, 2023
1 parent 88482b3 commit 8a986c2
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.6.0](https://github.com/unjs/unplugin/compare/v1.5.1...v1.6.0) (2023-12-26)


### Bug Fixes

* not include everything for rspack ([#354](https://github.com/unjs/unplugin/issues/354)) ([8bb9bb9](https://github.com/unjs/unplugin/commit/8bb9bb982112b6007248680075e5edda806967f5))


### Features

* esbuild config option to modify build options ([#357](https://github.com/unjs/unplugin/issues/357)) ([670eb37](https://github.com/unjs/unplugin/commit/670eb3799b077929035933bde62adcf867136cbd))
* esbuild support for addWatchFile and getWatchFiles ([#345](https://github.com/unjs/unplugin/issues/345)) ([2f65939](https://github.com/unjs/unplugin/commit/2f6593959d6bb3386279aecd391c6f6655b77ecd))



## [1.5.1](https://github.com/unjs/unplugin/compare/v1.5.0...v1.5.1) (2023-11-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.5.1",
"version": "1.6.0",
"packageManager": "[email protected]",
"description": "Unified plugin system for build tools",
"license": "MIT",
Expand Down

0 comments on commit 8a986c2

Please sign in to comment.