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 50e3512 commit ad8796aCopy full SHA for ad8796a
packages/plugin-vue/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.1.0 (2023-03-16)
2
+
3
+* fix: avoid resolving to 2.7 compiler-sfc ([cf36b3e](https://github.com/vitejs/vite-plugin-vue/commit/cf36b3e))
4
5
6
7
## 4.1.0-beta.0 (2023-03-07)
8
9
* fix: upgrade rollup and typescript (#114) ([c8a61e3](https://github.com/vitejs/vite-plugin-vue/commit/c8a61e3)), closes [#114](https://github.com/vitejs/vite-plugin-vue/issues/114)
packages/plugin-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@vitejs/plugin-vue",
- "version": "4.1.0-beta.0",
+ "version": "4.1.0",
"license": "MIT",
"author": "Evan You",
"files": [
0 commit comments