summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-09 09:30:53 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-09 09:30:53 +0200
commite7f2803d115974ebc2f4a0356ca053d3b2b59931 (patch)
treeedb7b24c8c058e7d249184351ca5e79398e501af
parent320015dd8f3bcf5a4ad3b899c1bed51b4d4406f5 (diff)
downloadgitbook-e7f2803d115974ebc2f4a0356ca053d3b2b59931.zip
gitbook-e7f2803d115974ebc2f4a0356ca053d3b2b59931.tar.gz
gitbook-e7f2803d115974ebc2f4a0356ca053d3b2b59931.tar.bz2
Bump version to 2.3.22.3.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 e65e52f..e75e6b0 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/).
+## 2.3.2
+- Fix blocks (like maths) in Asciidoc
+- Fix error when checking gitbook version
+
## 2.3.1
- Fix black font color for ebooks (mobi, pdf and epub)
- Fix ISO code for korean language
diff --git a/package.json b/package.json
index d4a2d3e..a66fc21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.3.1",
+ "version": "2.3.2",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",