From 21013f6d165fb67cf3b149936bc9bd289d6d2a90 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 11 Apr 2015 14:53:24 +0200 Subject: [PATCH] 0.3.0 --- History.md | 8 ++++++++ component.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 77c6e83..6461970 100644 --- a/History.md +++ b/History.md @@ -3,6 +3,14 @@ mdast: setext: true --- +0.3.0 / 2015-04-11 +================== + +* Add mdast-github, mdst-yaml-config as dev-dependencies ([2adaf3a](https://github.com/wooorm/mdast-toc/commit/2adaf3a)) +* Add support for custom libraries, headings ([0409c42](https://github.com/wooorm/mdast-toc/commit/0409c42)) +* Update eslint ([fbf1829](https://github.com/wooorm/mdast-toc/commit/fbf1829)) +* Update mdast ([c9e114e](https://github.com/wooorm/mdast-toc/commit/c9e114e)) + 0.2.0 / 2015-03-25 ================== diff --git a/component.json b/component.json index 0b0ecd3..f017648 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "mdast-toc", - "version": "0.2.0", + "version": "0.3.0", "description": "Generate a Table of Contents (TOC) for Markdown files", "license": "MIT", "keywords": [ diff --git a/package.json b/package.json index 8b064b7..06afeb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mdast-toc", - "version": "0.2.0", + "version": "0.3.0", "description": "Generate a Table of Contents (TOC) for Markdown files", "license": "MIT", "keywords": [