diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-25 11:02:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-25 11:02:15 +0100 |
commit | b137d8270a8c27e87db0df69039114ef7fa139f1 (patch) | |
tree | 338208a88eb84bd19838446786018099a927bb0d | |
parent | 6db77574519decb3d3e90816e2f4f40adc45e3b0 (diff) | |
download | gitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.zip gitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.tar.gz gitbook-b137d8270a8c27e87db0df69039114ef7fa139f1.tar.bz2 |
Bump version to 2.6.12.6.1
-rw-r--r-- | CHANGES.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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", |