Skip to content

Commit 0bd9fcb

Browse files
committed
2.0.0
1 parent 3edfeee commit 0bd9fcb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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-util-heading-range",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Markdown heading as ranges in mdast",
55
"license": "MIT",
66
"keywords": [

history.md

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

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

5+
2.0.0 / 2016-01-17
6+
==================
7+
8+
* Update API to remove remark dependency ([`3edfeee`](https://github.com/wooorm/mdast-util-heading-range/commit/3edfeee))
9+
* Remove support for bower ([`36a4733`](https://github.com/wooorm/mdast-util-heading-range/commit/36a4733))
10+
* Refactor npm test target ([`c5bc9ae`](https://github.com/wooorm/mdast-util-heading-range/commit/c5bc9ae))
11+
* Refactor to replace mocha with tape ([`4cf70ce`](https://github.com/wooorm/mdast-util-heading-range/commit/4cf70ce))
12+
* Update `mdast` to `remark` ([`6df612d`](https://github.com/wooorm/mdast-util-heading-range/commit/6df612d))
13+
514
1.0.2 / 2015-08-23
615
==================
716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-heading-range",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "Markdown heading as ranges in mdast",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)