diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 119220c78c9f89..955d20ae74ca6a 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.0.0-alpha.8 (2024-04-30) + +* fix: keep plugins with create hook ([12d467f](https://github.com/vitejs/vite/commit/12d467f)) +* refactor: environment hooks guard ([527621e](https://github.com/vitejs/vite/commit/527621e)) +* feat: define and html plugins ([7566aae](https://github.com/vitejs/vite/commit/7566aae)) + + + ## 6.0.0-alpha.7 (2024-04-29) * feat: remove config.build from dynamicImportVars plugin ([8231283](https://github.com/vitejs/vite/commit/8231283)) diff --git a/packages/vite/package.json b/packages/vite/package.json index 0d23a6e0d39559..550a9471dc4bfe 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "6.0.0-alpha.7", + "version": "6.0.0-alpha.8", "type": "module", "license": "MIT", "author": "Evan You",