Skip to content

Commit

Permalink
Bump to 0.31.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 28, 2024
1 parent 6f94a99 commit 16ff08a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[0.31.1]

* Fix HTML comment parsing with `-` before closing `-->`
(#285, Robin Stocker).
* Accept lowercase inline HTML declarations (Michael Howell).
* Fix title-related backtracking with empty string (#281,
Michael Howell).
* Remove `string.prototype.repeat` polyfill (Steven).
* Remove `source`, add `search` to list of recognized block tags.
(a spec 0.31 change we forgot in last release).

[0.31.0]

* Update to 0.31 spec.txt.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "commonmark",
"description": "a strongly specified, highly compatible variant of Markdown",
"version": "0.31.0",
"version": "0.31.1",
"homepage": "https://commonmark.org",
"keywords": [
"markdown",
Expand Down

0 comments on commit 16ff08a

Please sign in to comment.