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 0abbfde commit 6ab386aCopy full SHA for 6ab386a
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.5.0
6
+- Add `chapterTitle` and `filepath` to `gitbook.state` JS API
7
+- Fix compatibility with plugins `<2.5.0`
8
+
9
## 2.5.0-beta.7
10
- Use Arial as default font for PDFs
11
- Client side API provides `gitbook.state.root`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.5.0-beta.7",
+ "version": "2.5.0",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments