Skip to content

Commit 622eec1

Browse files
committed
Mark version 1.1.10
1 parent ab3dfd1 commit 622eec1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.10 (2021-07-05)
2+
3+
### Bug fixes
4+
5+
Make `joinBackward` capable of joining textblocks wrapped in parent nodes when the parent nodes themselves can't be joined (for example two list items which allow only a single paragraph).
6+
17
## 1.1.9 (2021-06-07)
28

39
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-commands",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Editing commands for ProseMirror",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)