Skip to content

Commit

Permalink
Mark version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 12, 2019
1 parent 58772b0 commit f25c4ad
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.2.4 (2019-08-12)

### Bug fixes

`Transaction.setSelection` now immediately checks whether the given selection points into the proper document, rather than silently accepting an invalid selection.

## 1.2.3 (2019-05-08)

### 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-state",
"version": "1.2.3",
"version": "1.2.4",
"description": "ProseMirror editor state",
"main": "dist/index.js",
"license": "MIT",
Expand Down

0 comments on commit f25c4ad

Please sign in to comment.