diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-08 16:33:22 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-08 16:33:22 +0200 |
commit | 53af8b2bb661e5aebb6732bee24464e2b1068994 (patch) | |
tree | 39fd96198f1a07ffd0f5b2c54d8c55ffc59066bb | |
parent | bd885b135f4cf746a46fba76d5898b33dc5a8cf0 (diff) | |
download | gitbook-53af8b2bb661e5aebb6732bee24464e2b1068994.zip gitbook-53af8b2bb661e5aebb6732bee24464e2b1068994.tar.gz gitbook-53af8b2bb661e5aebb6732bee24464e2b1068994.tar.bz2 |
Bump version to 2.3.12.3.1
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.3.1 +- Fix black font color for ebooks (mobi, pdf and epub) +- Fix ISO code for korean language +- Fix korean translation +- Fix syntax highlighting for asciidoc +- Fix inline html escaping in markdown +- Add warning for file outside SUMMARY +- Force SUMMARY entries to be unique by filename + ## 2.3.0 - Fix nunjucks issue with multiple `{% raw %}` blocks - Fix crash when git conref failed diff --git a/package.json b/package.json index c648a48..d4a2d3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "2.3.0", + "version": "2.3.1", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |