Skip to content

Commit 7d7e479

Browse files
committed
1 parent 0ec86cc commit 7d7e479

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.0.5](https://github.com/vitejs/vite/compare/[email protected]@1.0.5) (2021-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **plugin-vue:** default pug doctype ([756a0f2](https://github.com/vitejs/vite/commit/756a0f26911e5bff9c1ea3f780a0a1eccd1f1cfd)), closes [#1383](https://github.com/vitejs/vite/issues/1383)
7+
* **plugin-vue:** pass on script and style options to compiler-sfc ([0503d42](https://github.com/vitejs/vite/commit/0503d42aaddbc4b8428c94ede07cf7b84f800cef)), closes [#1450](https://github.com/vitejs/vite/issues/1450)
8+
9+
10+
111
## [1.0.4](https://github.com/vitejs/vite/compare/[email protected]@1.0.4) (2021-01-04)
212

313

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.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)