Skip to content

Commit

Permalink
release: plugin-vue@4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 28, 2023
1 parent 55e691c commit 1ae5daa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>4.3.4 (2023-08-28)</small>

* chore(deps): update typescript-eslint monorepo to v6 (major) (#210) ([fb07b5b](https://github.com/vitejs/vite-plugin-vue/commit/fb07b5b)), closes [#210](https://github.com/vitejs/vite-plugin-vue/issues/210)
* feat(plugin-vue): expose options in `api` (#177) ([269121e](https://github.com/vitejs/vite-plugin-vue/commit/269121e)), closes [#177](https://github.com/vitejs/vite-plugin-vue/issues/177)



## <small>4.3.3 (2023-08-22)</small>

* fix: conditionally get descriptor on hmr (#236) ([b7b1383](https://github.com/vitejs/vite-plugin-vue/commit/b7b1383)), closes [#236](https://github.com/vitejs/vite-plugin-vue/issues/236)
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": "4.3.3",
"version": "4.3.4",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 1ae5daa

Please sign in to comment.