diff options
-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", |