Skip to content

Commit 804e1ff

Browse files
committed
chore: release v4.0.0-beta.0
1 parent 1581d01 commit 804e1ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [4.0.0-beta.0](https://github.com/vuejs/repl/compare/v4.0.0-alpha.1...v4.0.0-beta.0) (2024-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* pass readonly in code mirror editor ([1100158](https://github.com/vuejs/repl/commit/1100158aec97dae9cf47ac04ff2bb9ec00d05e58))
7+
8+
9+
110
# [4.0.0-alpha.1](https://github.com/vuejs/repl/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2024-01-24)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/repl",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-beta.0",
44
"description": "Vue component for editing Vue components",
55
"packageManager": "[email protected]",
66
"type": "module",

0 commit comments

Comments
 (0)