diff options
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ # Release notes +## 1.3.4 +- Add glossary to ebooks +- Fix autocover with new hook "finish:before" +- Add X-UA-Compatible meta tag for IE + ## 1.3.3 - Fix parsing of lexed content using the client library diff --git a/package.json b/package.json index 6861918..fb55f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.3.3", + "version": "1.3.4", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |