Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 19, 2023
1 parent e8cc64b commit e9bc807
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 @@
## 4.2.0-beta.2 (2023-04-19)

* fix: invalidate type cache on file removal ([e8cc64b](https://github.com/vitejs/vite-plugin-vue/commit/e8cc64b))



## 4.2.0-beta.1 (2023-04-18)

* perf: only record type deps map in dev ([605b3b0](https://github.com/vitejs/vite-plugin-vue/commit/605b3b0))
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.2.0-beta.1",
"version": "4.2.0-beta.2",
"license": "MIT",
"author": "Evan You",
"files": [
Expand Down

0 comments on commit e9bc807

Please sign in to comment.