Skip to content

Commit

Permalink
release: v6.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 30, 2024
1 parent 12d467f commit 1d9caef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 1d9caef

Please sign in to comment.