Skip to content

Commit 6ab386a

Browse files
committed
Bump version to 2.5.0
1 parent 0abbfde commit 6ab386a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.5.0
6+
- Add `chapterTitle` and `filepath` to `gitbook.state` JS API
7+
- Fix compatibility with plugins `<2.5.0`
8+
59
## 2.5.0-beta.7
610
- Use Arial as default font for PDFs
711
- Client side API provides `gitbook.state.root`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "2.5.0-beta.7",
3+
"version": "2.5.0",
44
"homepage": "https://www.gitbook.com",
55
"description": "Library and cmd utility to generate GitBooks",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)