Skip to content

Commit

Permalink
release: v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Oct 10, 2022
1 parent a5143e9 commit 94abccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/vite/CHANGELOG.md
@@ -1,3 +1,9 @@
## <small>3.1.7 (2022-10-10)</small>

* fix(ssr): track var as function scope (#10397) ([a5143e9](https://github.com/vitejs/vite/commit/a5143e9)), closes [#10397](https://github.com/vitejs/vite/issues/10397) [#10388](https://github.com/vitejs/vite/issues/10388)



## <small>3.1.6 (2022-10-06)</small>

* fix(config): don't resolve by module field (#10347) (#10360) ([f756e84](https://github.com/vitejs/vite/commit/f756e84)), closes [#10347](https://github.com/vitejs/vite/issues/10347) [#10360](https://github.com/vitejs/vite/issues/10360) [#10347](https://github.com/vitejs/vite/issues/10347)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.1.6",
"version": "3.1.7",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 94abccc

Please sign in to comment.