We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad7035 commit 767bc54Copy full SHA for 767bc54
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## [4.0.1](https://github.com/vuejs/repl/compare/v4.0.0...v4.0.1) (2024-02-10)
2
+
3
4
+### Bug Fixes
5
6
+* save version only when serialize ([d3ee13d](https://github.com/vuejs/repl/commit/d3ee13ded3c5a162bf990ef83cb9a38991792170))
7
8
9
+### Features
10
11
+* register language configuration ([3ad7035](https://github.com/vuejs/repl/commit/3ad7035e26cb02626b06e58f53e12ffb5443a5fc))
12
13
14
15
# [4.0.0](https://github.com/vuejs/repl/compare/v4.0.0-beta.0...v4.0.0) (2024-02-10)
16
17
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Vue component for editing Vue components",
"packageManager": "[email protected]",
"type": "module",
0 commit comments