Skip to content

Commit a7c7d2b

Browse files
committed
1.0.1
1 parent 9ca5706 commit a7c7d2b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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-style",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to get the style of an mdast heading",
55
"license": "MIT",
66
"keywords": [

history.md

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

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

5+
1.0.1 / 2016-01-17
6+
==================
7+
8+
* Refactor `readme.md` ([`9ca5706`](https://github.com/wooorm/mdast-util-heading-style/commit/9ca5706))
9+
* Remove support for `Bower`, `Component` ([`2992643`](https://github.com/wooorm/mdast-util-heading-style/commit/2992643))
10+
* Update code-style ([`8bb799a`](https://github.com/wooorm/mdast-util-heading-style/commit/8bb799a))
11+
* Refactor npm test target ([`f037588`](https://github.com/wooorm/mdast-util-heading-style/commit/f037588))
12+
* Refactor to replace mocha with tape ([`c022ade`](https://github.com/wooorm/mdast-util-heading-style/commit/c022ade))
13+
* Update `mdast` to `remark` ([`b3961c5`](https://github.com/wooorm/mdast-util-heading-style/commit/b3961c5))
14+
515
1.0.0 / 2015-08-17
616
==================
717

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-style",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to get the style of an mdast heading",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)