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 1410b8c commit be42087Copy full SHA for be42087
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [4.2.1](https://github.com/vuejs/repl/compare/v4.2.0...v4.2.1) (2024-05-31)
2
+
3
4
+### Bug Fixes
5
6
+* don't overwrite import map from initial state ([1410b8c](https://github.com/vuejs/repl/commit/1410b8cac4dd993c5ba6a94e299b261ed84c3f12)), closes [#252](https://github.com/vuejs/repl/issues/252)
7
8
9
10
# [4.2.0](https://github.com/vuejs/repl/compare/v4.1.2...v4.2.0) (2024-05-26)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
- "version": "4.2.0",
+ "version": "4.2.1",
"description": "Vue component for editing Vue components",
"packageManager": "pnpm@9.1.3",
"type": "module",
0 commit comments