Skip to content

Commit

Permalink
Mark version 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Oct 13, 2021
1 parent 3be4284 commit 66ebad3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.20.3 (2021-10-13)

### Bug fixes

Stop removing leading/trailing whitespace from pasted plain text.

Fix an issue that could cause invalid content to be produced when pasting HTML with isolating nodes in it.

## 1.20.2 (2021-10-07)

### 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-view",
"version": "1.20.2",
"version": "1.20.3",
"description": "ProseMirror's view component",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 66ebad3

Please sign in to comment.