Skip to content

Commit

Permalink
release: v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jan 19, 2024
1 parent eeec23b commit d0360c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <small>4.5.2 (2024-01-19)</small>

* fix: fs deny for case insensitive systems (#15653) ([eeec23b](https://github.com/vitejs/vite/commit/eeec23b)), closes [#15653](https://github.com/vitejs/vite/issues/15653)



## <small>4.5.1 (2023-12-04)</small>

* fix: backport #15223, proxy html path should be encoded (#15226) ([41bb354](https://github.com/vitejs/vite/commit/41bb354)), closes [#15223](https://github.com/vitejs/vite/issues/15223) [#15226](https://github.com/vitejs/vite/issues/15226)
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": "4.5.1",
"version": "4.5.2",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit d0360c1

Please sign in to comment.