Skip to content

Commit

Permalink
release: v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 20, 2024
1 parent ed5ecd9 commit b1ecdaf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>5.4.2 (2024-08-20)</small>

* chore: remove stale TODOs (#17866) ([e012f29](https://github.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497)), closes [#17866](https://github.com/vitejs/vite/issues/17866)
* refactor: remove redundant prepend/strip base (#17887) ([3b8f03d](https://github.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c)), closes [#17887](https://github.com/vitejs/vite/issues/17887)
* fix: resolve relative URL generated by `renderBuiltUrl` passed to module preload (#16084) ([fac3a8e](https://github.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72)), closes [#16084](https://github.com/vitejs/vite/issues/16084)
* feat: support originalFilename (#17867) ([7d8c0e2](https://github.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035)), closes [#17867](https://github.com/vitejs/vite/issues/17867)



## <small>5.4.1 (2024-08-15)</small>

* fix: `build.modulePreload.resolveDependencies` is optimizable (#16083) ([e961b31](https://github.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b)), closes [#16083](https://github.com/vitejs/vite/issues/16083)
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.1",
"version": "5.4.2",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit b1ecdaf

Please sign in to comment.