File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-definitions" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Find definition nodes in mdast nodes" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 2
2
3
3
<!-- lint disable no-multiple-toplevel-headings-->
4
4
5
+ 1.1.0 / 2016-01-08
6
+ ==================
7
+
8
+ * Fix Travis test-target ([ 4756e25] ( https://github.com/wooorm/mdast-util-definitions/commit/4756e25 ) )
9
+ * Fix signatures in ` readme.md ` ([ 839acc9] ( https://github.com/wooorm/mdast-util-definitions/commit/839acc9 ) )
10
+ * Fix code-style in ` readme.md ` ([ 60a25ca] ( https://github.com/wooorm/mdast-util-definitions/commit/60a25ca ) )
11
+ * Add Travis deployment to npm ([ 20dd057] ( https://github.com/wooorm/mdast-util-definitions/commit/20dd057 ) )
12
+ * Add Travis deployment to GitHub releases ([ c4be01a] ( https://github.com/wooorm/mdast-util-definitions/commit/c4be01a ) )
13
+ * Remove support for component ([ e4a8810] ( https://github.com/wooorm/mdast-util-definitions/commit/e4a8810 ) )
14
+ * Remove support for bower ([ 9b83c68] ( https://github.com/wooorm/mdast-util-definitions/commit/9b83c68 ) )
15
+ * Remove superfluous ignores ([ 49c30bf] ( https://github.com/wooorm/mdast-util-definitions/commit/49c30bf ) )
16
+ * Update copyright notice to include 2016 ([ c47460e] ( https://github.com/wooorm/mdast-util-definitions/commit/c47460e ) )
17
+ * Refactor npm test target ([ 28cfc8d] ( https://github.com/wooorm/mdast-util-definitions/commit/28cfc8d ) )
18
+ * Add node 4.0, node 5.0 to Travis test targets ([ c1650fd] ( https://github.com/wooorm/mdast-util-definitions/commit/c1650fd ) )
19
+ * Remove superfluous test script ([ f510e9e] ( https://github.com/wooorm/mdast-util-definitions/commit/f510e9e ) )
20
+ * Refactor to replace mocha with tape ([ c740b51] ( https://github.com/wooorm/mdast-util-definitions/commit/c740b51 ) )
21
+ * Update dev-dependencies ([ 618011f] ( https://github.com/wooorm/mdast-util-definitions/commit/618011f ) )
22
+ * Update ` mdast ` to ` remark ` ([ 9355890] ( https://github.com/wooorm/mdast-util-definitions/commit/9355890 ) )
23
+
5
24
1.0.0 / 2015-08-19
6
25
==================
7
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-definitions" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Find definition nodes in mdast nodes" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments