Skip to content

Commit fdeacda

Browse files
committed
1.1.0
1 parent cb5796f commit fdeacda

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-definitions",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Find definition nodes in mdast nodes",
55
"license": "MIT",
66
"keywords": [

history.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

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+
524
1.0.0 / 2015-08-19
625
==================
726

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdast-util-definitions",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Find definition nodes in mdast nodes",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)