From 8a0180ae6ba13b14890d46ba162297175367c7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 14 Nov 2014 18:53:57 +0100 Subject: [PATCH] Bump version to 1.3.2 --- CHANGES.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d0601e56c..b4904d125 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 d73d3f5fd..c64cf4b92 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",