Skip to content

Commit 02d24a4

Browse files
release v2.1.0
1 parent c061a1e commit 02d24a4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes will be documented in this file.
33
`rehype-toc` adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [v2.1.0](https://github.com/JS-DevTools/rehype-toc/tree/v2.1.0) (2019-07-11)
7+
8+
- Added a new `position` option that allows control over where the table-of-contents is inserted into the document
9+
10+
[Full Changelog](https://github.com/JS-DevTools/rehype-toc/compare/v2.0.0...v2.1.0)
11+
12+
613
## [v2.0.0](https://github.com/JS-DevTools/rehype-toc/tree/v2.0.0) (2019-07-10)
714

815
### Breaking Changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-toc",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A rehype plugin that adds a table of contents (TOC) to the page",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)