Skip to content

Commit 4315c6e

Browse files
committed
1.2.1
1 parent a2d6c57 commit 4315c6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-html",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Compile Markdown to HTML with mdast",
55
"license": "MIT",
66
"keywords": [

history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--lint disable no-multiple-toplevel-headings -->
44

5+
1.2.1 / 2015-09-13
6+
==================
7+
8+
* Fix output of unknown node with multiple children ([a2d6c57](https://github.com/wooorm/mdast-html/commit/a2d6c57))
9+
* Add a reference to mdast-autolink-headings ([9a3470c](https://github.com/wooorm/mdast-html/commit/9a3470c))
10+
* Fix default class names by moving to transformer ([f2d1a29](https://github.com/wooorm/mdast-html/commit/f2d1a29))
11+
512
1.2.0 / 2015-09-09
613
==================
714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-html",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Compile Markdown to HTML with mdast",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)