From f6e0b1bfe7c18e8fa244ca04217c5f1b18e524ac Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 25 May 2015 00:01:15 +0200 Subject: [PATCH] 0.3.0 --- History.md | 11 +++++++++++ component.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index ec2171d..169db4c 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/component.json b/component.json index 89018ea..db109fe 100644 --- a/component.json +++ b/component.json @@ -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": [ @@ -20,4 +20,4 @@ "scripts": [ "index.js" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 708beee..53fa9b2 100644 --- a/package.json +++ b/package.json @@ -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": [