Skip to content

Commit c279023

Browse files
committed
release: v6.1.5
1 parent 87cff12 commit c279023

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>6.1.5 (2025-04-10)</small>
2+
3+
* fix: reject requests with `#` in request-target (#19830) ([87cff12](https://github.com./vitejs/vite/commit/87cff1215bcba6bee2113e5b85bccfa5c20049d6)), closes [#19830](https://github.com./vitejs/vite/issues/19830)
4+
5+
6+
17
## <small>6.1.4 (2025-04-03)</small>
28

39
* fix: backport #19782, fs check with svg and relative paths ([0aeccef](https://github.com./vitejs/vite/commit/0aeccef739cca78d8903c91a424d02192d698e23)), closes [#19782](https://github.com./vitejs/vite/issues/19782)

packages/vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "6.1.4",
3+
"version": "6.1.5",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)