Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 21, 2021
1 parent d18ab9e commit e14a3f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.9.0](https://github.com/vitejs/vite/compare/[email protected]@1.9.0) (2021-09-21)


### Bug Fixes

* **plugin-vue:** enable ts in template also for lang=tsx ([ed88df3](https://github.com/vitejs/vite/commit/ed88df30a93d759e5c4ac0f079b9f604fad2ce40))


### Features

* **plugin-vue:** support optional @vue/compiler-sfc peer dep ([b17b5ae](https://github.com/vitejs/vite/commit/b17b5ae68de50413a95fb992ceda92ec0fceaa86))



## [1.8.1](https://github.com/vitejs/vite/compare/[email protected]@1.8.1) (2021-09-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "1.8.1",
"version": "1.9.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit e14a3f9

Please sign in to comment.