Skip to content

Commit 98044bf

Browse files
committed
Mark version 1.1.11
1 parent 0be308b commit 98044bf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.11 (2021-10-06)
2+
3+
### Bug fixes
4+
5+
Add a binding for Shift-Backspace to the base keymap, so that shift or caps-lock won't interfere with backspace behavior.
6+
7+
Fix an issue in `autoJoin` that made it ignore a third argument if it was passed one.
8+
19
## 1.1.10 (2021-07-05)
210

311
### 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.10",
3+
"version": "1.1.11",
44
"description": "Editing commands for ProseMirror",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)