Skip to content

Commit 40cff6b

Browse files
committed
1 parent aa96ae4 commit 40cff6b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.1.0-beta.0 (2023-03-07)
2+
3+
* fix: upgrade rollup and typescript (#114) ([c8a61e3](https://github.com/vitejs/vite-plugin-vue/commit/c8a61e3)), closes [#114](https://github.com/vitejs/vite-plugin-vue/issues/114)
4+
* fix(deps): update all non-major dependencies (#50) ([8f4a5dc](https://github.com/vitejs/vite-plugin-vue/commit/8f4a5dc)), closes [#50](https://github.com/vitejs/vite-plugin-vue/issues/50)
5+
6+
7+
18
## 4.0.0 (2022-12-09)
29

310
* chore: update vite dep to ^4.0.0 (#49) ([5a2f789](https://github.com/vitejs/vite-plugin-vue/commit/5a2f789)), closes [#49](https://github.com/vitejs/vite-plugin-vue/issues/49)

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.0.0",
3+
"version": "4.1.0-beta.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)