diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-02-24 13:57:20 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-02-24 13:57:20 +0100 |
commit | 366e6ed105816e0bec64ea9eadc1e6089ee3c15b (patch) | |
tree | 1fcbc49b1f3e9e95fffdc4641ef3a3827672fe63 | |
parent | 52078eb6668ebf1d9ad7f6c7d909b764e38b7664 (diff) | |
download | gitbook-366e6ed105816e0bec64ea9eadc1e6089ee3c15b.zip gitbook-366e6ed105816e0bec64ea9eadc1e6089ee3c15b.tar.gz gitbook-366e6ed105816e0bec64ea9eadc1e6089ee3c15b.tar.bz2 |
Bump version to 2.0.0-alpha.92.0.0-alpha.9
-rw-r--r-- | CHANGES.md | 12 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-alpha.9 +- Fix links in sidebar +- Fix normalization of html link (README to index) +- Fix html snippets escaping + +## 2.0.0-alpha.8 +- Improve locale detection for i18n +- Fix chapter name for Glossary in pdf +- Don't escape html in glossary items +- Fix generation of multilingual book as ebook +- Add "post" block attribute to post-process + ## 2.0.0-alpha.7 - Fix display of glossary in ebook formats - Add default footer and header to pdf diff --git a/package.json b/package.json index cf0b1a2..071c1f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |