Skip to content

Commit bfc4a09

Browse files
committed
1 parent 3121351 commit bfc4a09

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.3.0](https://github.com/vitejs/vite/compare/[email protected]@1.3.0) (2021-07-27)
2+
3+
4+
### Bug Fixes
5+
6+
* reuse the old preprocessor after changing the lang attr ([#4224](https://github.com/vitejs/vite/issues/4224)) ([7a3c6e6](https://github.com/vitejs/vite/commit/7a3c6e616385cbc069620ae583d6739a972c0ead))
7+
8+
9+
### Features
10+
11+
* **plugin-vue:** support importing vue files as custom elements ([3a3af6e](https://github.com/vitejs/vite/commit/3a3af6eeafbc9fc686fc909ec6a61c61283316fc))
12+
13+
14+
115
## [1.2.5](https://github.com/vitejs/vite/compare/[email protected]@1.2.5) (2021-07-12)
216

317

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

0 commit comments

Comments
 (0)