summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",