Skip to content

Commit 8bc8138

Browse files
committed
release(gitbook-treeview): bump version to 3.0.2
1 parent 924868b commit 8bc8138

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configuration option can be set as an obj like, and of course you can use a defa
4141

4242
### What Treeview looks like in Markdown?
4343

44-
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>):
44+
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>):
4545

4646
##### 1-1-2-3-4-1
4747

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

141142
### :fuelpump: How to contribute
142143

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook-plugin-page-treeview",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "a gitbook plugin for generating a treeview of each page",
55
"engines": {
66
"gitbook": ">=3.0.0-pre.0"

0 commit comments

Comments
 (0)