Skip to content

Commit f88a1c0

Browse files
committed
release: v7.0.7
1 parent 45fdb16 commit f88a1c0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>[7.0.7](https://github.com/vitejs/vite/compare/v7.0.6...v7.0.7) (2025-09-08)</small>
2+
### Bug Fixes
3+
4+
* apply `fs.strict` check to HTML files ([#20736](https://github.com/vitejs/vite/issues/20736)) ([6f01ff4](https://github.com/vitejs/vite/commit/6f01ff4fe072bcfcd4e2a84811772b818cd51fe6))
5+
* upgrade sirv to 3.0.2 ([#20735](https://github.com/vitejs/vite/issues/20735)) ([63e2a5d](https://github.com/vitejs/vite/commit/63e2a5d232218f3f8d852056751e609a5367aaec))
6+
7+
### Tests
8+
9+
* detect ts support via `process.features` ([#20544](https://github.com/vitejs/vite/issues/20544)) ([45fdb16](https://github.com/vitejs/vite/commit/45fdb1658195c75142b6a152c066f1b1909a66a6))
10+
111
## <small>[7.0.6](https://github.com/vitejs/vite/compare/v7.0.5...v7.0.6) (2025-07-24)</small>
212
### Bug Fixes
313

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "7.0.6",
3+
"version": "7.0.7",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)