Skip to content

Commit 8a42e1e

Browse files
committed
6.2.0
1 parent 1dce2f0 commit 8a42e1e

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

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+
6.2.0 / 2016-10-27
6+
==================
7+
8+
* Add support for configuring block-level tag-names ([`1dce2f0`](https://github.com/wooorm/remark/commit/1dce2f0))
9+
* Fix fatal error when indenting with both tabs and spaces ([`6568fc8`](https://github.com/wooorm/remark/commit/6568fc8))
10+
* Fix superfluous escape for list-markers ([`a93cdab`](https://github.com/wooorm/remark/commit/a93cdab))
11+
512
6.1.0 / 2016-10-15
613
==================
714

packages/remark-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-cli",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "CLI to process markdown with remark using plugins",
55
"license": "MIT",
66
"keywords": [

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.2",
3+
"version": "2.1.0",
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.1.0",
3+
"version": "2.2.0",
44
"description": "Markdown compiler for remark",
55
"license": "MIT",
66
"keywords": [

packages/remark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "Markdown processor powered by plugins",
55
"license": "MIT",
66
"keywords": [
@@ -15,8 +15,8 @@
1515
],
1616
"dependencies": {
1717
"load-plugin": "^2.0.0",
18-
"remark-parse": "^2.0.0",
19-
"remark-stringify": "^2.0.0",
18+
"remark-parse": "^2.2.0",
19+
"remark-stringify": "^2.2.0",
2020
"unified": "^5.0.0"
2121
},
2222
"homepage": "http://remark.js.org",

0 commit comments

Comments
 (0)