Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 16, 2024
1 parent 07b29a6 commit 8d5a270
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>5.1.4 (2024-09-16)</small>

* chore: format ([07b29a6](https://github.com/vitejs/vite-plugin-vue/commit/07b29a6))
* chore(deps): update dependency rollup to ^4.21.3 (#440) ([98766c2](https://github.com/vitejs/vite-plugin-vue/commit/98766c2)), closes [#440](https://github.com/vitejs/vite-plugin-vue/issues/440)
* fix: skip checking private properties of typeParameters (#443) ([e4f5fff](https://github.com/vitejs/vite-plugin-vue/commit/e4f5fff)), closes [#443](https://github.com/vitejs/vite-plugin-vue/issues/443)
* fix(plugin-vue): allow overwrite esbuild config (#444) ([1344294](https://github.com/vitejs/vite-plugin-vue/commit/1344294)), closes [#444](https://github.com/vitejs/vite-plugin-vue/issues/444)



## <small>5.1.3 (2024-08-29)</small>

* chore: upgrade to eslint 9 ([236a40f](https://github.com/vitejs/vite-plugin-vue/commit/236a40f))
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.3",
"version": "5.1.4",
"type": "commonjs",
"license": "MIT",
"author": "Evan You",
Expand Down

0 comments on commit 8d5a270

Please sign in to comment.