diff options
-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.1.1 +- Rewrite quiz logic to be more robust +- Improve integration of glossary +- Improve generation of ebook by using a multiple HTML pages input source +- Fix incorrect page breaks after h1 and h2 divs +- New options to set header and footer in PDF generation + ## 1.1.0 - Plugins can now extend the ebook generation (pdf, epub, mobi) - Update `kramed` to version 0.4.3 diff --git a/package.json b/package.json index a6fdc6b..21238b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.1.0", + "version": "1.1.1", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |