summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-14 22:10:19 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-14 22:10:19 +0100
commit897463b22ea9ea8045f39031f771320f9e000e64 (patch)
tree8c23cfd6a5c45c36d122b0e2fa1d90dca3f47671
parentaa4894e94cbd5b80a2682b178eaf37e34d789713 (diff)
downloadgitbook-897463b22ea9ea8045f39031f771320f9e000e64.zip
gitbook-897463b22ea9ea8045f39031f771320f9e000e64.tar.gz
gitbook-897463b22ea9ea8045f39031f771320f9e000e64.tar.bz2
Bump version to 1.3.31.3.3
-rw-r--r--CHANGES.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b4904d1..67c4441 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
# Release notes
+## 1.3.3
+- Fix parsing of lexed content using the client library
+
## 1.3.2
- ePub files are now passing validation from epubcheck
- Fix replacement of multiple glossary terms in a single sentence
diff --git a/package.json b/package.json
index c64cf4b..6861918 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "1.3.2",
+ "version": "1.3.3",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",