Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 23, 2024
1 parent 96dbb22 commit 9c2069f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 5.1.0 (2024-07-23)

* fix(deps): update all non-major dependencies (#412) ([8cb2ea9](https://github.com/vitejs/vite-plugin-vue/commit/8cb2ea9)), closes [#412](https://github.com/vitejs/vite-plugin-vue/issues/412)
* fix(plugin-vue): clear cache after build end ([96dbb22](https://github.com/vitejs/vite-plugin-vue/commit/96dbb22))
* chore: update documentation for new features option ([7fc7994](https://github.com/vitejs/vite-plugin-vue/commit/7fc7994))
* chore(deps): update upstream (#416) ([02a3edd](https://github.com/vitejs/vite-plugin-vue/commit/02a3edd)), closes [#416](https://github.com/vitejs/vite-plugin-vue/issues/416)
* feat(plugin-vue): add `features` option (#419) ([3e839e2](https://github.com/vitejs/vite-plugin-vue/commit/3e839e2)), closes [#419](https://github.com/vitejs/vite-plugin-vue/issues/419)



## <small>5.0.5 (2024-05-30)</small>

* fix(deps): update all non-major dependencies (#360) ([ed4970a](https://github.com/vitejs/vite-plugin-vue/commit/ed4970a)), closes [#360](https://github.com/vitejs/vite-plugin-vue/issues/360)
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.0.5",
"version": "5.1.0",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 9c2069f

Please sign in to comment.