summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-16 13:48:27 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-16 13:48:27 +0200
commit2faf53e16b3e0e401264af214ea6614f9b46103d (patch)
tree097e180a17b8ae1f9b8d317501ef666a22b5c932
parent5430ed99de3ba46df3b859a127b83b77b8b59807 (diff)
downloadgitbook-2faf53e16b3e0e401264af214ea6614f9b46103d.zip
gitbook-2faf53e16b3e0e401264af214ea6614f9b46103d.tar.gz
gitbook-2faf53e16b3e0e401264af214ea6614f9b46103d.tar.bz2
Bump version to 2.5.0-beta.52.5.0-beta.5
-rw-r--r--CHANGES.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 677a3f1..2022e21 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 2.5.0-beta.5
+- Fix position of sidebar toggle button
+- Update asciidoc parser to remove git dependency
+
## 2.5.0-beta.4
- Fix compatibility for some plugins (like `autocover`)
- Fix position of sidebar toggle button when glossary button is present
diff --git a/package.json b/package.json
index 866e236..8dd3061 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.5.0-beta.4",
+ "version": "2.5.0-beta.5",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",