Skip to content

Commit

Permalink
release: plugin-vue@1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 6, 2021
1 parent 9a0c54a commit 41dd987
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,13 @@
## [1.6.1](https://github.com/vitejs/vite/compare/plugin-vue@1.6.0...plugin-vue@1.6.1) (2021-09-06)


### Bug Fixes

* hmr doesn't work when modifying the code of jsx in sfc ([#4563](https://github.com/vitejs/vite/issues/4563)) ([1012367](https://github.com/vitejs/vite/commit/101236794c5d6d28591302d5552cb1c0ab8f4115))
* **plugin-vue:** avoid applying ref transform to dependencies by default ([cd4f341](https://github.com/vitejs/vite/commit/cd4f341201d5598c3ec9cc594949e7d5304ac7ec))



# [1.6.0](https://github.com/vitejs/vite/compare/plugin-vue@1.5.0...plugin-vue@1.6.0) (2021-08-24)


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

0 comments on commit 41dd987

Please sign in to comment.