diff --git a/History.md b/History.md index 3836556..7fe3d07 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +0.2.0 / 2015-03-25 +================== + +* Update `travis.yml` ([a1362f3](https://github.com/wooorm/mdast-toc/commit/a1362f3)) +* Remove superfluous bower dependency ([1dadfae](https://github.com/wooorm/mdast-toc/commit/1dadfae)) +* Update for CLI updates in mdast ([2defcfa](https://github.com/wooorm/mdast-toc/commit/2defcfa)) +* Refactor plugin mechanism ([bd77ab7](https://github.com/wooorm/mdast-toc/commit/bd77ab7)) +* Remove CLI ([fab822a](https://github.com/wooorm/mdast-toc/commit/fab822a)) +* Update mdast-usage ([6d2cb48](https://github.com/wooorm/mdast-toc/commit/6d2cb48)) +* Update eslint ([44f1a3e](https://github.com/wooorm/mdast-toc/commit/44f1a3e)) +* Fix invalid links in `History.md` ([56db35b](https://github.com/wooorm/mdast-toc/commit/56db35b)) + 0.1.1 / 2015-03-13 ================== diff --git a/component.json b/component.json index fcf2392..1620fab 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mdast-toc", - "version": "0.1.1", + "version": "0.2.0", "description": "Generate a Table of Contents (TOC) for Markdown files", "license": "MIT", "keywords": [ diff --git a/package.json b/package.json index 2f4bd9a..0911a44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-toc", - "version": "0.1.1", + "version": "0.2.0", "description": "Generate a Table of Contents (TOC) for Markdown files", "license": "MIT", "keywords": [