summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-10-01 22:35:54 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-10-01 22:35:54 +0200
commitad425b9772c73df297cfe9c024e7dd99e9bc4c75 (patch)
tree21cdf0cc7e24ecaad6a744993b5df8c78bbaf6ea
parent5238fa352cf0a532a5de791d9c852fd14da18736 (diff)
downloadgitbook-ad425b9772c73df297cfe9c024e7dd99e9bc4c75.zip
gitbook-ad425b9772c73df297cfe9c024e7dd99e9bc4c75.tar.gz
gitbook-ad425b9772c73df297cfe9c024e7dd99e9bc4c75.tar.bz2
Bump version to 3.2.23.2.2
-rw-r--r--CHANGES.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 199e5dd..a8b26d5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 3.2.2
+- Fix catching parsing errors leading to possible missing pages in generated book
+- Rollback markdown parser to `kramed` until `markup-it` is stable enough
+
## 3.2.1
- Fix bug on Firefox when navigating to an url containing an hash
- Update nunjucks to fix JS error when page contains a lot of templating blocks
diff --git a/package.json b/package.json
index ac6c522..3c379e0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "3.2.1",
+ "version": "3.2.2",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",