Skip to content

Commit 3126d5c

Browse files
committed
Mark version 1.1.4
1 parent e5f8c30 commit 3126d5c

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.4 (2020-04-15)
2+
3+
### Bug fixes
4+
5+
`selectNodeForward` and `selectNodeBackward` will now also select nodes next to a gap cursor (or other custom empty selection type).
6+
17
## 1.1.3 (2020-01-03)
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.3",
3+
"version": "1.1.4",
44
"description": "Editing commands for ProseMirror",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)