Skip to content

Commit

Permalink
release: v6.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 20, 2024
1 parent 0166bfe commit d231966
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.0.0-alpha.15 (2024-05-20)

* fix: only join base url in none ssr env ([7e9dd25](https://github.com/vitejs/vite/commit/7e9dd25))
* fix: svelte back compat ([0166bfe](https://github.com/vitejs/vite/commit/0166bfe))
* fix hmr connected message on client ([acb208e](https://github.com/vitejs/vite/commit/acb208e))



## 6.0.0-alpha.14 (2024-05-20)

* feat: back to environmentPlugins hook (#16732) ([54c219e](https://github.com/vitejs/vite/commit/54c219e)), closes [#16732](https://github.com/vitejs/vite/issues/16732)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "6.0.0-alpha.14",
"version": "6.0.0-alpha.15",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit d231966

Please sign in to comment.