We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09fb797 commit 9fd15baCopy full SHA for 9fd15ba
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# [4.0.0](https://github.com/vuejs/repl/compare/v4.0.0-beta.0...v4.0.0) (2024-02-10)
2
+
3
4
+### Features
5
6
+* expose loading status ([eee6bb3](https://github.com/vuejs/repl/commit/eee6bb38ddecbe8bf7ba3ab77d6a549e654b6313))
7
+* save vue version ([08b4492](https://github.com/vuejs/repl/commit/08b4492fe883bdd4bbe7fd972cd3fbbd8f6416cf))
8
9
10
11
# [4.0.0-beta.0](https://github.com/vuejs/repl/compare/v4.0.0-alpha.1...v4.0.0-beta.0) (2024-02-10)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/repl",
- "version": "4.0.0-beta.0",
+ "version": "4.0.0",
"description": "Vue component for editing Vue components",
"packageManager": "[email protected]",
"type": "module",
0 commit comments