From 4cedcdc99ca8ad38a67f46cf94dd3be65a567955 Mon Sep 17 00:00:00 2001 From: patak Date: Thu, 19 Oct 2023 12:42:06 +0200 Subject: [PATCH] chore: link migration guide to changelog (#14699) --- packages/vite/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 7979a898899a98..b52db1df561b2e 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,7 @@ ## 5.0.0-beta.11 (2023-10-19) +Learn more at the [Vite 5 Migration guide](https://main.vitejs.dev/guide/migration) and help us test the beta! + * feat!: remove ssr proxy for externalized modules (#14521) ([5786837](https://github.com/vitejs/vite/commit/5786837)), closes [#14521](https://github.com/vitejs/vite/issues/14521) * feat(build)!: inline SVGs (#14643) ([5acda5e](https://github.com/vitejs/vite/commit/5acda5e)), closes [#14643](https://github.com/vitejs/vite/issues/14643) * fix!: worker.plugins is a function (#14685) ([9d09dfe](https://github.com/vitejs/vite/commit/9d09dfe)), closes [#14685](https://github.com/vitejs/vite/issues/14685)