diff --git a/CHANGES.md b/CHANGES.md index b4904d125..67c4441da 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 c64cf4b92..6861918fd 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",