Skip to content

Commit a8adcac

Browse files
committed
release: v6.0.0-alpha.5
1 parent a44810a commit a8adcac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 6.0.0-alpha.5 (2024-04-26)
2+
3+
* fix: use environment.plugins during build, support create hook ([a44810a](https://github.com/vitejs/vite/commit/a44810a))
4+
5+
6+
17
## 6.0.0-alpha.4 (2024-04-26)
28

39
* fix: backcompat merging ([294a84e](https://github.com/vitejs/vite/commit/294a84e))

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "6.0.0-alpha.4",
3+
"version": "6.0.0-alpha.5",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)