Skip to content

Commit 16ff08a

Browse files
committed
Bump to 0.31.1, update changelog
1 parent 6f94a99 commit 16ff08a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

changelog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
[0.31.1]
2+
3+
* Fix HTML comment parsing with `-` before closing `-->`
4+
(#285, Robin Stocker).
5+
* Accept lowercase inline HTML declarations (Michael Howell).
6+
* Fix title-related backtracking with empty string (#281,
7+
Michael Howell).
8+
* Remove `string.prototype.repeat` polyfill (Steven).
9+
* Remove `source`, add `search` to list of recognized block tags.
10+
(a spec 0.31 change we forgot in last release).
11+
112
[0.31.0]
213

314
* Update to 0.31 spec.txt.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commonmark",
33
"description": "a strongly specified, highly compatible variant of Markdown",
4-
"version": "0.31.0",
4+
"version": "0.31.1",
55
"homepage": "https://commonmark.org",
66
"keywords": [
77
"markdown",

0 commit comments

Comments
 (0)