Skip to content

Commit 0d13630

Browse files
committed
release: v2.9.14
1 parent adb61c5 commit 0d13630

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>2.9.14 (2022-07-08)</small>
2+
3+
* fix: backport #8979, re-encode url to prevent fs.allow bypass (fixes #8498) (#8990) ([adb61c5](https://github.com/vitejs/vite/commit/adb61c5)), closes [#8498](https://github.com/vitejs/vite/issues/8498) [#8990](https://github.com/vitejs/vite/issues/8990)
4+
* fix: reverts #8471 ([da77dee](https://github.com/vitejs/vite/commit/da77dee)), closes [#8471](https://github.com/vitejs/vite/issues/8471)
5+
* fix(css): backport #7746 ([d4d89b9](https://github.com/vitejs/vite/commit/d4d89b9)), closes [#7746](https://github.com/vitejs/vite/issues/7746)
6+
* fix(css): backport #8936 (#8977) ([84ec02a](https://github.com/vitejs/vite/commit/84ec02a)), closes [#8936](https://github.com/vitejs/vite/issues/8936) [#8977](https://github.com/vitejs/vite/issues/8977)
7+
8+
9+
110
## <small>2.9.13 (2022-06-27)</small>
211

312
* fix: backport #8804, /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) ([e109d64](https://github.com/vitejs/vite/commit/e109d64)), closes [#8498](https://github.com/vitejs/vite/issues/8498) [#8805](https://github.com/vitejs/vite/issues/8805)

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": "2.9.13",
3+
"version": "2.9.14",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "Native-ESM powered web dev build tool",

0 commit comments

Comments
 (0)