Skip to content

Commit 8c698a2

Browse files
committed
Version should be 0.29.2, not 0.30.1.
At this point we are tying versions to commonmark spec versions. See #188.
1 parent fc797cf commit 8c698a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[0.30.1]
1+
[0.29.2]
22

33
* Use ES modules (Iddan Aaronsohn).
44
* Improve and simplify reference link normalization (#168).

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.30.0",
4+
"version": "0.29.2",
55
"homepage": "https://commonmark.org",
66
"keywords": [
77
"markdown",

0 commit comments

Comments
 (0)