Skip to content

Commit

Permalink
release: v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 16, 2023
1 parent d5d9a31 commit d09bbd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,10 @@
## <small>4.3.7 (2023-05-16)</small>

* 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)



## <small>4.3.6 (2023-05-15)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit d09bbd0

Please sign in to comment.