Skip to content

Commit d8a19bb

Browse files
committed
2.0.0
1 parent 1756f46 commit d8a19bb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-to-nlcst",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Markdown to Natural Language",
55
"license": "MIT",
66
"keywords": [

history.md

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

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

5+
2.0.0 / 2016-01-12
6+
==================
7+
8+
* Fix implicit sentence detection ([1756f46](https://github.com/wooorm/mdast-util-to-nlcst/commit/1756f46))
9+
* Remove support for component ([08e7b38](https://github.com/wooorm/mdast-util-to-nlcst/commit/08e7b38))
10+
* Remove support for bower ([e8a41f6](https://github.com/wooorm/mdast-util-to-nlcst/commit/e8a41f6))
11+
* Refactor npm test target ([379ee93](https://github.com/wooorm/mdast-util-to-nlcst/commit/379ee93))
12+
* Refactor to replace mocha with tape ([1efd2ca](https://github.com/wooorm/mdast-util-to-nlcst/commit/1efd2ca))
13+
* Update dependencies, dev-dependencies ([60235cd](https://github.com/wooorm/mdast-util-to-nlcst/commit/60235cd))
14+
* Update `mdast` to `remark` ([ed96d00](https://github.com/wooorm/mdast-util-to-nlcst/commit/ed96d00))
15+
516
1.0.0 / 2015-09-18
617
==================
718

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-to-nlcst",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Markdown to Natural Language",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)