Skip to content

Commit

Permalink
release(gitbook-treeview): bump version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Jul 20, 2020
1 parent 924868b commit 8bc8138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configuration option can be set as an obj like, and of course you can use a defa

### What Treeview looks like in Markdown?

Treeview will only generate treeviews for header between level 1 and 6. Here I'll list some cases with different structure (each number means the level a head tag, like 1 for <h1>):
Treeview will only generate treeviews for headers between level 1 and 6. Here I'll list some cases with different structure (each number means the level a head tag, like 1 for <h1>):

##### 1-1-2-3-4-1

Expand Down Expand Up @@ -137,6 +137,7 @@ npm test
* 2.9.8 fix the bug of stripping list leader when removing markdown of titles
* ==================== **3.0.0 Refactor release** ====================
* 3.0.1 fix the bug when calculating headers' level
* 3.0.2 support collapsed option (`false` by default) [#8](https://github.com/aleen42/gitbook-treeview/issues/8)

### :fuelpump: How to contribute

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": "gitbook-plugin-page-treeview",
"version": "3.0.1",
"version": "3.0.2",
"description": "a gitbook plugin for generating a treeview of each page",
"engines": {
"gitbook": ">=3.0.0-pre.0"
Expand Down

0 comments on commit 8bc8138

Please sign in to comment.