Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 21, 2015
1 parent 24163f6 commit 99cfc11
Show file tree
Hide file tree
Showing 3 changed files with 10 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-toc",
"version": "0.4.2",
"version": "0.5.0",
"description": "Generate a Table of Contents (TOC) for Markdown files",
"license": "MIT",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ mdast:

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

0.5.0 / 2015-06-21
==================

* Add `maxDepth` option to specify which levels are included ([24163f6](https://github.com/wooorm/mdast-toc/commit/24163f6))
* Refactor tests to use mochas string diffing ([81a288a](https://github.com/wooorm/mdast-toc/commit/81a288a))
* Add slugs to `attributes.id` on headings ([042a7fe](https://github.com/wooorm/mdast-toc/commit/042a7fe))
* eslint, mdast, mdast-lint ([e411745](https://github.com/wooorm/mdast-toc/commit/e411745))

0.4.2 / 2015-06-14
==================

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-toc",
"version": "0.4.2",
"version": "0.5.0",
"description": "Generate a Table of Contents (TOC) for Markdown files",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 99cfc11

Please sign in to comment.