Skip to content

Commit 3a70d96

Browse files
committed
1 parent 9a1623c commit 3a70d96

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.1.1](https://github.com/vitejs/vite/compare/[email protected]@1.1.1) (2021-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid eager hmr api access ([fa37456](https://github.com/vitejs/vite/commit/fa37456584a09b52b39a61760a6d130e261886ff))
7+
8+
9+
### Features
10+
11+
* support `base` option during dev, deprecate `build.base` ([#1556](https://github.com/vitejs/vite/issues/1556)) ([809d4bd](https://github.com/vitejs/vite/commit/809d4bd3bf62d3bc6b35f182178922d2ab2175f1))
12+
13+
14+
115
# [1.1.0](https://github.com/vitejs/vite/compare/[email protected]@1.1.0) (2021-01-19)
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.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)