diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 4de3fab6742dc1..0d4c30b8e07ad4 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,3 +1,10 @@ +## 4.3.7 (2023-05-16) + +* fix: revert only watch .env files in envDir (#12587) (#13217) ([0fd4616](https://github.com/vitejs/vite/commit/0fd4616)), closes [#12587](https://github.com/vitejs/vite/issues/12587) [#13217](https://github.com/vitejs/vite/issues/13217) +* fix(assetImportMetaUrl): allow ternary operator in template literal urls (#13121) ([d5d9a31](https://github.com/vitejs/vite/commit/d5d9a31)), closes [#13121](https://github.com/vitejs/vite/issues/13121) + + + ## 4.3.6 (2023-05-15) * fix: avoid dev-server crash when ws proxy error (#12829) ([87e1f58](https://github.com/vitejs/vite/commit/87e1f58)), closes [#12829](https://github.com/vitejs/vite/issues/12829) diff --git a/packages/vite/package.json b/packages/vite/package.json index ff3b04540b70c9..b3d0eca6816e2f 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "vite", - "version": "4.3.6", + "version": "4.3.7", "type": "module", "license": "MIT", "author": "Evan You",