Skip to content

Commit

Permalink
release: v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 26, 2023
1 parent 28548b5 commit 2f5827c
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.0.5 (2023-05-26)</small>

* fix: fs.deny with leading double slash (#13348) ([28548b5](https://github.com/vitejs/vite/commit/28548b5)), closes [#13348](https://github.com/vitejs/vite/issues/13348)



## <small>4.0.4 (2023-01-03)</small>

* fix: importmap should insert before module preload link (#11492) ([25c64d7](https://github.com/vitejs/vite/commit/25c64d7)), closes [#11492](https://github.com/vitejs/vite/issues/11492)
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.0.4",
"version": "4.0.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 2f5827c

Please sign in to comment.