Skip to content

Commit 5f97b61

Browse files
committed
2.0.1
1 parent aacc537 commit 5f97b61

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
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-zone",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "HTML comments as ranges or markers in remark",
55
"license": "MIT",
66
"keywords": [

history.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@ remark:
33
setext: true
44
---
55

6+
<!--lint disable no-multiple-toplevel-headings-->
7+
8+
2.0.1 / 2016-01-17
9+
==================
10+
11+
* Refactor `readme.md` ([`aacc537`](https://github.com/wooorm/mdast-zone/commit/aacc537))
12+
* Remove support for `Bower`, `Component` ([`932a62e`](https://github.com/wooorm/mdast-zone/commit/932a62e))
13+
* Refactor npm test target ([`af4c8e4`](https://github.com/wooorm/mdast-zone/commit/af4c8e4))
14+
* Refactor to replace mocha with tape ([`1409cdf`](https://github.com/wooorm/mdast-zone/commit/1409cdf))
15+
* Update `mdast` to `remark` ([`9547162`](https://github.com/wooorm/mdast-zone/commit/9547162))
16+
617
2.0.0 / 2015-12-24
718
==================
819

920
* Update for remark ([`96116ce`](https://github.com/wooorm/mdast-zone/commit/96116ce))
1021
* Refactor for changes in mdast ([`16e8ae8`](https://github.com/wooorm/mdast-zone/commit/16e8ae8))
1122

12-
<!--lint disable no-multiple-toplevel-headings-->
13-
1423
1.0.1 / 2015-08-31
1524
==================
1625

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-zone",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "HTML comments as ranges or markers in remark",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)