chore: release v1.11.0

This commit is contained in:
Anthony Fu 2024-06-30 14:38:33 +02:00
parent 5ab1a7bddb
commit e3da9f8d9b
No known key found for this signature in database
GPG Key ID: 179936958CD423FF
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# [1.11.0](https://github.com/unjs/unplugin/compare/v1.10.2...v1.11.0) (2024-06-30)
### Bug Fixes
* await writeBundle hook in webpack and rspack ([#390](https://github.com/unjs/unplugin/issues/390)) ([5ab1a7b](https://github.com/unjs/unplugin/commit/5ab1a7bddbe2660242bd069275473c16645411a4))
## [1.10.2](https://github.com/unjs/unplugin/compare/v1.10.1...v1.10.2) (2024-06-28)

View File

@ -1,6 +1,6 @@
{
"name": "unplugin",
"version": "1.10.2",
"version": "1.11.0",
"packageManager": "pnpm@8.15.7",
"description": "Unified plugin system for build tools",
"license": "MIT",