summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-25 18:55:33 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-25 18:55:33 +0100
commit7b4accb117d1e3dbd7b6853a7455d96b6fd0f352 (patch)
tree1fad830ba9e9f8c7463e1a3cabff677918dd30c4
parentd6437d31d4e99291d25b84584920db3431fb26c9 (diff)
downloadgitbook-7b4accb117d1e3dbd7b6853a7455d96b6fd0f352.zip
gitbook-7b4accb117d1e3dbd7b6853a7455d96b6fd0f352.tar.gz
gitbook-7b4accb117d1e3dbd7b6853a7455d96b6fd0f352.tar.bz2
Bump version to 1.3.41.3.4
-rw-r--r--CHANGES.md5
-rw-r--r--package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 67c4441..b400890 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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",