We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918a771 commit 917036dCopy full SHA for 917036d
README.md
@@ -136,6 +136,7 @@ npm test
136
* 2.9.7 fix bugs
137
* 2.9.8 fix the bug of stripping list leader when removing markdown of titles
138
* ==================== **3.0.0 Refactor release** ====================
139
+ * 3.0.1 fix the bug when calculating headers' level
140
141
### :fuelpump: How to contribute
142
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitbook-plugin-page-treeview",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "a gitbook plugin for generating a treeview of each page",
5
"engines": {
6
"gitbook": ">=3.0.0-pre.0"
0 commit comments