Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cc53b08

Browse files
committed
Mark version 1.13.0
1 parent d5a82e5 commit cc53b08

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.13.0 (2020-12-11)
2+
3+
### New features
4+
5+
Parse rules can now have a `consuming: false` property which allows other rules to match their tag or style even when they apply.
6+
17
## 1.12.0 (2020-10-11)
28

39
### New features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosemirror-model",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "ProseMirror's document model",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)