mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
release: v4.1.5
This commit is contained in:
parent
7b614642e1
commit
b1b3beb9f4
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vite",
|
||||
"version": "4.1.4",
|
||||
"version": "4.1.5",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"author": "Evan You",
|
||||
|
4701
pnpm-lock.yaml
4701
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user