Skip to content

Commit 8bad38f

Browse files
committed
6.1.0
1 parent 54df23d commit 8bad38f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

history.md

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

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

5+
6.1.0 / 2016-10-15
6+
==================
7+
8+
* Add support for passing `1` to `list-item-indent` ([`6495262`](https://github.com/wooorm/remark/commit/6495262))
9+
* Fix parsing of ATX-like paragraph with 8 hashes ([`9d81d0c`](https://github.com/wooorm/remark/commit/9d81d0c))
10+
511
6.0.1 / 2016-09-03
612
==================
713

packages/remark-parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-parse",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Markdown parser for remark",
55
"license": "MIT",
66
"keywords": [

packages/remark-stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-stringify",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Markdown compiler for remark",
55
"license": "MIT",
66
"keywords": [

packages/remark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "Markdown processor powered by plugins",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)