summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-10-30 18:27:56 +0100
committerSamy Pessé <samypesse@gmail.com>2014-10-30 18:27:56 +0100
commit1e4632080b64c7f100c3886454fedab70c7d8909 (patch)
tree355ea352bc07d875d0a480da5466cb9d21832907
parent5191106396e2d27af0f807ff429f1fd3247c3273 (diff)
downloadgitbook-1.2.0.zip
gitbook-1.2.0.tar.gz
gitbook-1.2.0.tar.bz2
Bump version to 1.2.01.2.0
-rw-r--r--CHANGES.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3b66e57..e71deeb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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",