Skip to content

Commit 43fd42b

Browse files
committed
Bump version to 2.6.0
1 parent 5d1c4d2 commit 43fd42b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.6.0
6+
- Close sidebar after clicking a link on mobile
7+
- Add root for multilingual books: `gitbook.state.bookRoot`
8+
- Fix color of h6 headings
9+
- Fix bottom margin of lists and blockquotes
10+
- Add Swedish translation (`sv`)
11+
- Add Czech translation (`cs`)
12+
- Fix locale names for `zh-hans` and `jp`
13+
- Update plugin `search` to fix crashes
14+
- Aceept case-incensitive structure files (README, GLOSSARY, etc)
15+
516
## 2.5.2
617
- Fix custom stylesheets for ebook generation
718
- Trigger event `start` before `page.change`

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.2",
3+
"version": "2.6.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)