diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index a636ac163023cb..199643aaf86c3f 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,11 @@ +## 4.4.1 (2023-07-06) + +* fix: revert #13073, use consistent virtual module ID in module graph (#13734) ([f589ac0](https://github.com/vitejs/vite/commit/f589ac0)), closes [#13073](https://github.com/vitejs/vite/issues/13073) [#13734](https://github.com/vitejs/vite/issues/13734) +* fix: revert import config module as data (#13731) ([b0bfa01](https://github.com/vitejs/vite/commit/b0bfa01)), closes [#13731](https://github.com/vitejs/vite/issues/13731) +* chore: changelog notes and clean for 4.4 (#13728) ([3f4e36e](https://github.com/vitejs/vite/commit/3f4e36e)), closes [#13728](https://github.com/vitejs/vite/issues/13728) + + + ## 4.4.0 (2023-07-06) ### Experimental support for Lightning CSS diff --git a/packages/vite/package.json b/packages/vite/package.json index ecf0758351f44d..e8d191a9372a0a 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "4.4.0", + "version": "4.4.1", "type": "module", "license": "MIT", "author": "Evan You",