Skip to content

Commit 304e935

Browse files
committed
v2.1.2
1 parent 414b0e6 commit 304e935

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.2](https://github.com/vuejs/repl/compare/v2.1.1...v2.1.2) (2023-06-22)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure imported editor can be passed as prop without type error ([414b0e6](https://github.com/vuejs/repl/commit/414b0e6cb729234ccb188332b22c184e44f162e0))
7+
8+
9+
110
## [2.1.1](https://github.com/vuejs/repl/compare/v2.1.0...v2.1.1) (2023-06-22)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/repl",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Vue component for editing Vue components",
55
"type": "module",
66
"main": "dist/ssr-stub.js",

0 commit comments

Comments
 (0)