Skip to content

Commit

Permalink
release: plugin-vue@2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed May 4, 2022
1 parent efec835 commit 0e543da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,11 @@
## <small>2.3.2 (2022-05-04)</small>

* feat: import ts with .js in vue (#7998) ([9974094](https://github.com/vitejs/vite/commit/9974094)), closes [#7998](https://github.com/vitejs/vite/issues/7998)
* refactor(plugin-vue): remove querystring import (#7997) ([f3d15f1](https://github.com/vitejs/vite/commit/f3d15f1)), closes [#7997](https://github.com/vitejs/vite/issues/7997)
* chore(deps): update all non-major dependencies (#7780) ([eba9d05](https://github.com/vitejs/vite/commit/eba9d05)), closes [#7780](https://github.com/vitejs/vite/issues/7780)



## <small>2.3.1 (2022-03-30)</small>

* chore(plugin-vue): revert #7527, lower vite peer dep ([447bbeb](https://github.com/vitejs/vite/commit/447bbeb)), closes [#7527](https://github.com/vitejs/vite/issues/7527)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 0e543da

Please sign in to comment.