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 8c75097 commit 21cf5fcCopy full SHA for 21cf5fc
CHANGES.md
@@ -2,6 +2,10 @@
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
+## 2.6.2
6
+- Fix `gitbook.state.bookRoot`, `gitbook.state.root` now has a trailing slash
7
+- Update nunjucks to 2.2.0
8
+
9
## 2.6.1
10
- Use CamelCase for `gitbook.state.innerLanguage`
11
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.6.1",
+ "version": "2.6.2",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments