Skip to content

Commit

Permalink
release: plugin-vue@3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Oct 26, 2022
1 parent 8a6c4e0 commit bab1e4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,12 @@
## 3.2.0 (2022-10-26)

* chore(deps): update all non-major dependencies (#10393) ([f519423](https://github.com/vitejs/vite/commit/f519423)), closes [#10393](https://github.com/vitejs/vite/issues/10393)
* chore(deps): update all non-major dependencies (#10488) ([15aa827](https://github.com/vitejs/vite/commit/15aa827)), closes [#10488](https://github.com/vitejs/vite/issues/10488)
* fix(plugin-vue): enable ts in template when using tsx in dev mode (#10180) ([a9f9d31](https://github.com/vitejs/vite/commit/a9f9d31)), closes [#10180](https://github.com/vitejs/vite/issues/10180)
* docs: add missing binding in asset import example (#10414) ([d7ac96d](https://github.com/vitejs/vite/commit/d7ac96d)), closes [#10414](https://github.com/vitejs/vite/issues/10414)



## 3.2.0-beta.0 (2022-10-05)

* fix(deps): update all non-major dependencies (#10077) ([caf00c8](https://github.com/vitejs/vite/commit/caf00c8)), closes [#10077](https://github.com/vitejs/vite/issues/10077)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "3.2.0-beta.0",
"version": "3.2.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit bab1e4d

Please sign in to comment.