Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 25, 2015
1 parent cc3992e commit 1f2a4fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-github",
"version": "2.0.0",
"version": "2.0.1",
"description": "Auto-link references like in GitHub issues, PRs, and comments",
"license": "MIT",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

<!--lint disable maximum-line-length-->

2.0.1 / 2015-12-25
==================

* Add node 4, 5 to travis ([cc3992e](https://github.com/wooorm/remark-github/commit/cc3992e))
* Remove distribution files from source ([10d4614](https://github.com/wooorm/remark-github/commit/10d4614))
* Remove support for bower ([bf06b8e](https://github.com/wooorm/remark-github/commit/bf06b8e))
* Remove superfluous ignores ([0b9a667](https://github.com/wooorm/remark-github/commit/0b9a667))
* Update jscs style guidelines ([ea60d82](https://github.com/wooorm/remark-github/commit/ea60d82))
* Refactor npm test target ([308737b](https://github.com/wooorm/remark-github/commit/308737b))
* Refactor to replace mocha with tape ([a6318c0](https://github.com/wooorm/remark-github/commit/a6318c0))
* Update dev-dependencies ([698b551](https://github.com/wooorm/remark-github/commit/698b551))
* Replace internal dependency of mdast > remark ([384629d](https://github.com/wooorm/remark-github/commit/384629d))

2.0.0 / 2015-12-24
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-github",
"version": "2.0.0",
"version": "2.0.1",
"description": "Auto-link references like in GitHub issues, PRs, and comments",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 1f2a4fb

Please sign in to comment.