Skip to content

Commit

Permalink
release: v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Sep 17, 2022
1 parent 23a51c6 commit cda361c
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.2 (2022-09-17)</small>

* fix: use isOptimizable to ensure version query (#10141) ([23a51c6](https://github.com/vitejs/vite/commit/23a51c6)), closes [#10141](https://github.com/vitejs/vite/issues/10141)



## <small>3.1.1 (2022-09-15)</small>

* fix: ensure version query for relative node_modules imports (#10016) ([1b822d0](https://github.com/vitejs/vite/commit/1b822d0)), closes [#10016](https://github.com/vitejs/vite/issues/10016)
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "vite",
"version": "3.1.1",
"version": "3.1.2",
"type": "module",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit cda361c

Please sign in to comment.