summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-19 00:32:43 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-19 00:32:43 +0200
commitc372dfc5442a8d5e35491ad21f74ead62166a50a (patch)
treef75ed1b4801b63846981b9fec53a494f2d2fc424
parentac77200683b9de4f03e410ea4f0899bcbd10429d (diff)
downloadgitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.zip
gitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.tar.gz
gitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.tar.bz2
Bump version to 2.4.12.4.1
-rw-r--r--CHANGES.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 69721a1..496071f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 2.4.1
+- Fix disabling of default plugins, ex: `-highlight`
+
## 2.4.0
- Fix page being updated when user wants to open a link in a new tab
- Plugins can now replaced default code highlighter
diff --git a/package.json b/package.json
index b4b6fed..92211e9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.4.0",
+ "version": "2.4.1",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",