Skip to content

Commit

Permalink
release: v5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 24, 2024
1 parent ba5269c commit 7369016
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
@@ -1,3 +1,9 @@
## <small>5.2.6 (2024-03-24)</small>

* fix: `fs.deny` with globs with directories (#16250) ([ba5269c](https://github.com/vitejs/vite/commit/ba5269c)), closes [#16250](https://github.com/vitejs/vite/issues/16250)



## <small>5.2.5 (2024-03-24)</small>

* fix: avoid SSR requests in waitForRequestIdle (#16246) ([7093f77](https://github.com/vitejs/vite/commit/7093f77)), closes [#16246](https://github.com/vitejs/vite/issues/16246)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "5.2.5",
"version": "5.2.6",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 7369016

Please sign in to comment.