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 089815a commit 0bce351Copy full SHA for 0bce351
CHANGES.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 3.0.2
6
+- Fix crash for anchor links
7
+
8
## 3.0.1
9
- Fix regression in link resolution when contain anchor
10
- Fix `structure.<name>` configuration not supporting filenames with dots
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "3.0.1",
+ "version": "3.0.2",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments