Skip to content

Commit

Permalink
release: v6.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 9, 2024
1 parent 46c8910 commit 9c5321b
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.2 (2024-04-09)

* chore: update ([46c8910](https://github.com/vitejs/vite/commit/46c8910))
* feat: environment aware define ([9f9a716](https://github.com/vitejs/vite/commit/9f9a716))
* feat: rework more ssr.target webworker branches ([1f644d0](https://github.com/vitejs/vite/commit/1f644d0))



## 6.0.0-alpha.1 (2024-04-08)

* fix: `fsp.rm` removing files does not take effect (#16032) ([b05c405](https://github.com/vitejs/vite/commit/b05c405)), closes [#16032](https://github.com/vitejs/vite/issues/16032)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.0-alpha.1",
"version": "6.0.0-alpha.2",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 9c5321b

Please sign in to comment.