Skip to content

Commit 7de66ff

Browse files
committed
1 parent 551ece9 commit 7de66ff

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.1.5](https://github.com/vitejs/vite/compare/[email protected]@1.1.5) (2021-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-vue:** fix hmr when emptying sfc file ([#2142](https://github.com/vitejs/vite/issues/2142)) ([493b942](https://github.com/vitejs/vite/commit/493b94259d6a499e03684d6001fea1a96d56810c)), closes [#2128](https://github.com/vitejs/vite/issues/2128)
7+
* **plugin-vue:** handle default rewrite edge case for commented class ([2900a9a](https://github.com/vitejs/vite/commit/2900a9a6a501628588b31f7453e2fe5a71fe45ce)), closes [#2277](https://github.com/vitejs/vite/issues/2277)
8+
* **plugin-vue:** import vue file as raw correctly ([#1923](https://github.com/vitejs/vite/issues/1923)) ([5b56d70](https://github.com/vitejs/vite/commit/5b56d70c1d173d4c5e3d9532f9c3bc6f8bfc020c))
9+
10+
11+
112
## [1.1.4](https://github.com/vitejs/vite/compare/[email protected]@1.1.4) (2021-01-30)
213

314

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)