Skip to content

Commit

Permalink
Mark version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 24, 2024
1 parent 8cbb694 commit 54e2c94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.2 (2024-10-24)

### Bug fixes

Make `splitBlock` smart enough to split blocks when the cursor is inside a nested inline node.

## 1.6.1 (2024-10-11)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosemirror-commands",
"version": "1.6.1",
"version": "1.6.2",
"description": "Editing commands for ProseMirror",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 54e2c94

Please sign in to comment.