diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index e88378bbc54263..119220c78c9f89 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.0.0-alpha.7 (2024-04-29) + +* feat: remove config.build from dynamicImportVars plugin ([8231283](https://github.com/vitejs/vite/commit/8231283)) +* feat: this.environment in buildStart, rework more internal plugins ([bda0dc5](https://github.com/vitejs/vite/commit/bda0dc5)) +* feat: this.environment in renderChunk and generateBundle ([a6fc1dd](https://github.com/vitejs/vite/commit/a6fc1dd)) + + + ## 6.0.0-alpha.6 (2024-04-28) * fix: custom environment preload injection (#16541) ([00079da](https://github.com/vitejs/vite/commit/00079da)), closes [#16541](https://github.com/vitejs/vite/issues/16541) diff --git a/packages/vite/package.json b/packages/vite/package.json index 1ebca55b4d476c..0d23a6e0d39559 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "type": "module", "license": "MIT", "author": "Evan You",