Skip to content

Commit 182ff56

Browse files
committed
release: plugin-vue@5.1.2
1 parent a6b7e3f commit 182ff56

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>5.1.2 (2024-08-01)</small>
2+
3+
* refactor(plugin-vue): add `type` field ([a6b7e3f](https://github.com/vitejs/vite-plugin-vue/commit/a6b7e3f))
4+
* fix(plugin-vue): add deprecated `script.propsDestructure` option ([1e24322](https://github.com/vitejs/vite-plugin-vue/commit/1e24322)), closes [#431](https://github.com/vitejs/vite-plugin-vue/issues/431)
5+
* chore(deps): update upstream (#432) ([5d592cd](https://github.com/vitejs/vite-plugin-vue/commit/5d592cd)), closes [#432](https://github.com/vitejs/vite-plugin-vue/issues/432)
6+
7+
8+
19
## <small>5.1.1 (2024-07-27)</small>
210

311
* fix(plugin-vue): clear script cache if recall ([f5eb5ac](https://github.com/vitejs/vite-plugin-vue/commit/f5eb5ac)), closes [#431](https://github.com/vitejs/vite-plugin-vue/issues/431)

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": "5.1.1",
3+
"version": "5.1.2",
44
"type": "commonjs",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)