Skip to content

Commit 5cd35c4

Browse files
update history and readme
1 parent 6c09da6 commit 5cd35c4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Yields:
5151
map:
5252
{ type: 'list',
5353
ordered: false,
54-
children: [ { type: 'listItem', loose: true, children: [Array] } ] } }
54+
children: [ { type: 'listItem', loose: true, children: [Object] } ] } }
5555
```
5656

5757
## API

history.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
2.1.0 / 2018-08-01
6+
==================
7+
8+
* use existing ids ([#34](https://github.com/BarryThePenguin/mdast-util-toc/pull/34))
9+
* update to node 10 in `.travis.yml` ([#35](https://github.com/BarryThePenguin/mdast-util-toc/pull/35))
10+
* bump devDependencies
11+
512
2.0.1 / 2016-07-23
613
==================
714

0 commit comments

Comments
 (0)