Skip to content

Commit

Permalink
release: v2.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Jul 8, 2022
1 parent adb61c5 commit 0d13630
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,12 @@
## <small>2.9.14 (2022-07-08)</small>

* 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)
* fix: reverts #8471 ([da77dee](https://github.com/vitejs/vite/commit/da77dee)), closes [#8471](https://github.com/vitejs/vite/issues/8471)
* fix(css): backport #7746 ([d4d89b9](https://github.com/vitejs/vite/commit/d4d89b9)), closes [#7746](https://github.com/vitejs/vite/issues/7746)
* 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)



## <small>2.9.13 (2022-06-27)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "2.9.13",
"version": "2.9.14",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
Expand Down

0 comments on commit 0d13630

Please sign in to comment.