We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cc64b commit e9bc807Copy full SHA for e9bc807
packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.2.0-beta.2 (2023-04-19)
2
+
3
+* fix: invalidate type cache on file removal ([e8cc64b](https://github.com/vitejs/vite-plugin-vue/commit/e8cc64b))
4
5
6
7
## 4.2.0-beta.1 (2023-04-18)
8
9
* perf: only record type deps map in dev ([605b3b0](https://github.com/vitejs/vite-plugin-vue/commit/605b3b0))
packages/plugin-vue/package.json
@@ -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": [
0 commit comments