We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6f078 commit fd3c955Copy full SHA for fd3c955
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# [4.0.0-alpha.1](https://github.com/vuejs/repl/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-01-24)
2
+
3
4
+### Bug Fixes
5
6
+* don't re-create import map file ([9e6f078](https://github.com/vuejs/repl/commit/9e6f078206883821d9bc618a194cf50333f38d3d))
7
8
9
10
# [4.0.0-alpha.0](https://github.com/vuejs/repl/compare/v3.3.0...v4.0.0-alpha.0) (2024-01-21)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
- "version": "4.0.0-alpha.0",
+ "version": "4.0.0-alpha.1",
"description": "Vue component for editing Vue components",
"packageManager": "[email protected]",
"type": "module",
0 commit comments