There was an error while loading. Please reload this page.
1 parent c0d6c60 commit 86a55d3Copy full SHA for 86a55d3
packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## <small>2.9.12 (2022-06-10)</small>
2
+
3
+* fix: backport outdated optimized dep removed from module graph (#8534) ([c0d6c60](https://github.com/vitejs/vite/commit/c0d6c60)), closes [#8534](https://github.com/vitejs/vite/issues/8534)
4
5
6
7
## <small>2.9.11 (2022-06-10)</small>
8
9
* fix: backport respect server.headers in static middlewares (#8481) ([ab7dc1c](https://github.com/vitejs/vite/commit/ab7dc1c)), closes [#8481](https://github.com/vitejs/vite/issues/8481)
packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
- "version": "2.9.11",
+ "version": "2.9.12",
"license": "MIT",
"author": "Evan You",
"description": "Native-ESM powered web dev build tool",
0 commit comments