Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2015
1 parent 694db40 commit 9b797ee
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": "mdast-github",
"version": "0.3.0",
"version": "0.3.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 @@ -2,6 +2,19 @@

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

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

0.3.1 / 2015-06-13
==================

* Add missing dev-dependencies ([694db40](https://github.com/wooorm/mdast-github/commit/694db40))
* Fix [b8a7f1e](https://github.com/wooorm/mdast-github/commit/b8a7f1e) for case-sensitive file-systems ([b467b17](https://github.com/wooorm/mdast-github/commit/b467b17))
* Add `.editorconfig` ([d4e66c4](https://github.com/wooorm/mdast-github/commit/d4e66c4))
* Refactor lint targets ([b8a7f1e](https://github.com/wooorm/mdast-github/commit/b8a7f1e))
* Add mdast-comment-config, mdast-lint as dependencies ([8a4aadf](https://github.com/wooorm/mdast-github/commit/8a4aadf))
* Update mdast, mdast-toc, mdast-usage ([17c63e0](https://github.com/wooorm/mdast-github/commit/17c63e0))
* Update eslint ([4936cd0](https://github.com/wooorm/mdast-github/commit/4936cd0))

0.3.0 / 2015-05-25
==================

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": "mdast-github",
"version": "0.3.0",
"version": "0.3.1",
"description": "Auto-link references like in GitHub issues, PRs, and comments",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 9b797ee

Please sign in to comment.