Skip to content

Commit

Permalink
release: v5.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Sep 11, 2024
1 parent 74a79c5 commit 54c55db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>5.4.4 (2024-09-11)</small>

* fix: backport #17997, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (#18078) ([74a79c5](https://github.com/vitejs/vite/commit/74a79c53b2286c91739d1473945012b5d206eddf)), closes [#17997](https://github.com/vitejs/vite/issues/17997) [#18078](https://github.com/vitejs/vite/issues/18078)
* fix: backport #18063, allow scanning exports from `script module` in svelte (#18077) ([d90ba40](https://github.com/vitejs/vite/commit/d90ba40474aa1da8e722e1660ba739621238e5ac)), closes [#18063](https://github.com/vitejs/vite/issues/18063) [#18077](https://github.com/vitejs/vite/issues/18077)
* fix(preload): backport #18046, allow ignoring dep errors (#18076) ([8760293](https://github.com/vitejs/vite/commit/8760293d6836dac554d1d6f214b8b09ed97cccd4)), closes [#18046](https://github.com/vitejs/vite/issues/18046) [#18076](https://github.com/vitejs/vite/issues/18076)



## <small>5.4.3 (2024-09-03)</small>

* fix: allow getting URL of JS files in publicDir (#17915) ([943ece1](https://github.com/vitejs/vite/commit/943ece177e7709b3ba574e810afce347c51d4442)), closes [#17915](https://github.com/vitejs/vite/issues/17915)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "5.4.3",
"version": "5.4.4",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 54c55db

Please sign in to comment.