Skip to content

Commit 573e787

Browse files
committed
1.0.1
1 parent 22f132a commit 573e787

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-to-string",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to get the plain text content of a node",
55
"license": "MIT",
66
"keywords": [

history.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
1.0.1 / 2016-01-17
6+
==================
7+
8+
* Refactor `readme.md` ([`22f132a`](https://github.com/wooorm/mdast-util-to-string/commit/22f132a))
9+
* Remove support for `Component` ([`f86478e`](https://github.com/wooorm/mdast-util-to-string/commit/f86478e))
10+
* Remove support for bower ([`8cc65c9`](https://github.com/wooorm/mdast-util-to-string/commit/8cc65c9))
11+
* Add node 4.0, node 5.0 to Travis test targets ([`747fb01`](https://github.com/wooorm/mdast-util-to-string/commit/747fb01))
12+
* Refactor npm test target ([`fd6769c`](https://github.com/wooorm/mdast-util-to-string/commit/fd6769c))
13+
* Refactor to replace mocha with tape ([`be30cfc`](https://github.com/wooorm/mdast-util-to-string/commit/be30cfc))
14+
* Update `mdast` to `remark` ([`7aa31fe`](https://github.com/wooorm/mdast-util-to-string/commit/7aa31fe))
15+
516
1.0.0 / 2015-08-17
617
==================
718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-to-string",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility to get the plain text content of a node",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)