Skip to content

Commit

Permalink
release: plugin-vue@1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 24, 2021
1 parent 5104ee8 commit b9c3991
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
@@ -1,3 +1,17 @@
## [1.9.2](https://github.com/vitejs/vite/compare/plugin-vue@1.9.1...plugin-vue@1.9.2) (2021-09-24)


### Bug Fixes

* **plugin-vue:** handle rewrite default edge case with TS ([609a342](https://github.com/vitejs/vite/commit/609a342986b2d3b05ef59dc23523239938264008))


### Reverts

* Revert "feat(plugin-vue): define __VUE_SSR__ flag" ([3e2c1bf](https://github.com/vitejs/vite/commit/3e2c1bf74bb8ef583d66c67c715fdeae8d8fe432))



## [1.9.1](https://github.com/vitejs/vite/compare/plugin-vue@1.9.0...plugin-vue@1.9.1) (2021-09-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "1.9.1",
"version": "1.9.2",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit b9c3991

Please sign in to comment.