Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 1, 2024
1 parent a6b7e3f commit 182ff56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## <small>5.1.2 (2024-08-01)</small>

* refactor(plugin-vue): add `type` field ([a6b7e3f](https://github.com/vitejs/vite-plugin-vue/commit/a6b7e3f))
* 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)
* 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)



## <small>5.1.1 (2024-07-27)</small>

* 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
"version": "5.1.1",
"version": "5.1.2",
"type": "commonjs",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 182ff56

Please sign in to comment.