summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-11-25 11:02:15 +0100
committerSamy Pessé <samypesse@gmail.com>2015-11-25 11:02:15 +0100
commitb137d8270a8c27e87db0df69039114ef7fa139f1 (patch)
tree338208a88eb84bd19838446786018099a927bb0d
parent6db77574519decb3d3e90816e2f4f40adc45e3b0 (diff)
downloadgitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.zip
gitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.tar.gz
gitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.tar.bz2
Bump version to 2.6.12.6.1
-rw-r--r--CHANGES.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 618b2fa..169aa0a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 2.6.1
+- Use CamelCase for `gitbook.state.innerLanguage`
+
## 2.6.0
- Close sidebar after clicking a link on mobile
- Add root for multilingual books: `gitbook.state.bookRoot`
diff --git a/package.json b/package.json
index cec5a9b..d55b37e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.6.0",
+ "version": "2.6.1",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",