diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-19 00:32:43 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-19 00:32:43 +0200 |
commit | c372dfc5442a8d5e35491ad21f74ead62166a50a (patch) | |
tree | f75ed1b4801b63846981b9fec53a494f2d2fc424 | |
parent | ac77200683b9de4f03e410ea4f0899bcbd10429d (diff) | |
download | gitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.zip gitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.tar.gz gitbook-c372dfc5442a8d5e35491ad21f74ead62166a50a.tar.bz2 |
Bump version to 2.4.12.4.1
-rw-r--r-- | CHANGES.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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", |