diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-10-30 18:27:56 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-10-30 18:27:56 +0100 |
commit | 1e4632080b64c7f100c3886454fedab70c7d8909 (patch) | |
tree | 355ea352bc07d875d0a480da5466cb9d21832907 | |
parent | 5191106396e2d27af0f807ff429f1fd3247c3273 (diff) | |
download | gitbook-1e4632080b64c7f100c3886454fedab70c7d8909.zip gitbook-1e4632080b64c7f100c3886454fedab70c7d8909.tar.gz gitbook-1e4632080b64c7f100c3886454fedab70c7d8909.tar.bz2 |
Bump version to 1.2.01.2.0
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ # Release notes +## 1.2.0 +- Improvements on ebook generation +- Fix incorrect follow of links in ebook generation +- Move Table of Contents at the beginning of the ebook +- Update to last highlight.js (includes Swift) +- Includes of templates and variables (from book.json) + ## 1.1.1 - Rewrite quiz logic to be more robust - Improve integration of glossary diff --git a/package.json b/package.json index ee67b89..b628a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.1.1", + "version": "1.2.0", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |