Skip to content

Commit

Permalink
release: v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 26, 2023
1 parent 7b61464 commit b1b3beb
Show file tree
Hide file tree
Showing 3 changed files with 2,393 additions and 2,318 deletions.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
## <small>4.1.5 (2023-05-26)</small>

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



## <small>4.1.4 (2023-02-21)</small>

* fix(define): should not stringify vite internal env (#12120) ([73c3999](https://github.com/vitejs/vite/commit/73c3999)), closes [#12120](https://github.com/vitejs/vite/issues/12120)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "4.1.4",
"version": "4.1.5",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit b1b3beb

Please sign in to comment.