Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 24, 2015
1 parent fb936ab commit f6e0b1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.3.0 / 2015-05-25
==================

* Refactor module ([fb936ab](https://github.com/wooorm/mdast-github/commit/fb936ab))
* Refactor test ([087c734](https://github.com/wooorm/mdast-github/commit/087c734))
* Update mdast ([844c4ad](https://github.com/wooorm/mdast-github/commit/844c4ad))
* Fix example, benchmark, test for changes in mdast ([f853398](https://github.com/wooorm/mdast-github/commit/f853398))
* Update browserify ([f3039ec](https://github.com/wooorm/mdast-github/commit/f3039ec))
* Update jscs-jsdoc ([d9e51ff](https://github.com/wooorm/mdast-github/commit/d9e51ff))
* Update eslint ([b215ba6](https://github.com/wooorm/mdast-github/commit/b215ba6))

0.2.0 / 2015-03-16
==================

Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-github",
"version": "0.2.0",
"version": "0.3.0",
"description": "Auto-link references like in GitHub issues, PRs, and comments",
"license": "MIT",
"keywords": [
Expand All @@ -20,4 +20,4 @@
"scripts": [
"index.js"
]
}
}
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.2.0",
"version": "0.3.0",
"description": "Auto-link references like in GitHub issues, PRs, and comments",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit f6e0b1b

Please sign in to comment.