Skip to content

Commit

Permalink
release: plugin-vue@4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Aug 22, 2023
1 parent b7b1383 commit 75bec03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/plugin-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## <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)



## <small>4.3.2 (2023-08-21)</small>

* fix(plugin-vue): distinguish HMR and transform descriptor (#232) ([9119d4d](https://github.com/vitejs/vite-plugin-vue/commit/9119d4d)), closes [#232](https://github.com/vitejs/vite-plugin-vue/issues/232)
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.2",
"version": "4.3.3",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit 75bec03

Please sign in to comment.