summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-14 18:53:57 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-14 18:53:57 +0100
commit8a0180ae6ba13b14890d46ba162297175367c7cc (patch)
treeb3c375e0f104281394b7c5fd6c92db761e443a61
parentd6776b98d3d4f632fdd981dccec3caee3e538790 (diff)
downloadgitbook-8a0180ae6ba13b14890d46ba162297175367c7cc.zip
gitbook-8a0180ae6ba13b14890d46ba162297175367c7cc.tar.gz
gitbook-8a0180ae6ba13b14890d46ba162297175367c7cc.tar.bz2
Bump version to 1.3.21.3.2
-rw-r--r--CHANGES.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d0601e5..b4904d1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
# Release notes
+## 1.3.2
+- ePub files are now passing validation from epubcheck
+- Fix replacement of multiple glossary terms in a single sentence
+- Fix on windows deep relative links
+- Fix search indexer
+
## 1.3.1
- Fix error with links in markdown
diff --git a/package.json b/package.json
index d73d3f5..c64cf4b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "1.3.1",
+ "version": "1.3.2",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",