diff --git a/packages/create-vite/CHANGELOG.md b/packages/create-vite/CHANGELOG.md index 152d094a41e039..1abff1252c3783 100644 --- a/packages/create-vite/CHANGELOG.md +++ b/packages/create-vite/CHANGELOG.md @@ -1,3 +1,22 @@ +## [9.2.0](https://github.com/vitejs/vite/compare/create-vite%409.1.2...create-vite%409.2.0) (2026-08-24) +### Features + +* **create-vite:** add nub package manager support ([#23019](https://github.com/vitejs/vite/issues/23019)) ([c31c499](https://github.com/vitejs/vite/commit/c31c499ca04c7557d9093291b08b6e3087df0542)) + +### Bug Fixes + +* **create-vite:** update moved eslint-react plugin links in generated README ([#23284](https://github.com/vitejs/vite/issues/23284)) ([1cbf7d6](https://github.com/vitejs/vite/commit/1cbf7d63e14845541dcbbc8e393cfd82a0cb25b6)) +* **deps:** update all non-major dependencies ([#23136](https://github.com/vitejs/vite/issues/23136)) ([14454fd](https://github.com/vitejs/vite/commit/14454fd8c9a399bc3fdc193e28465b6fcf001e4d)) +* **deps:** update all non-major dependencies ([#23217](https://github.com/vitejs/vite/issues/23217)) ([ba958bd](https://github.com/vitejs/vite/commit/ba958bddfc9cabe302c6b34269dcf5c9634531e0)) +* **deps:** update all non-major dependencies ([#23337](https://github.com/vitejs/vite/issues/23337)) ([d550815](https://github.com/vitejs/vite/commit/d55081581ddd4d55667fef38e85d02ab7f879f15)) +* **deps:** update rolldown-related dependencies ([#23070](https://github.com/vitejs/vite/issues/23070)) ([7ac6f7f](https://github.com/vitejs/vite/commit/7ac6f7f590747bbdab9958e2c016e3dd04f10542)) + +### Miscellaneous Chores + +* **create-vite:** mention experimental react compiler support ([#23306](https://github.com/vitejs/vite/issues/23306)) ([1fb8afe](https://github.com/vitejs/vite/commit/1fb8afe2b3a386f9c879f80841bf5aefc732f807)) +* replace prettier comment with oxfmt ([#23318](https://github.com/vitejs/vite/issues/23318)) ([e79c471](https://github.com/vitejs/vite/commit/e79c4711181712321bd8c918a66332be0fe2c3ec)) +* use oxfmt `sortImports` ([#23319](https://github.com/vitejs/vite/issues/23319)) ([97ad042](https://github.com/vitejs/vite/commit/97ad042170f4c71b518239723b733dd98e8e3e76)) + ## [9.1.2](https://github.com/vitejs/vite/compare/create-vite%409.1.1...create-vite%409.1.2) (2026-07-30) ### Features diff --git a/packages/create-vite/package.json b/packages/create-vite/package.json index f2efc934482242..fb562e1600de47 100644 --- a/packages/create-vite/package.json +++ b/packages/create-vite/package.json @@ -1,6 +1,6 @@ { "name": "create-vite", - "version": "9.1.2", + "version": "9.2.0", "type": "module", "license": "MIT", "author": "Evan You",