summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-15 14:32:11 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-15 14:32:11 +0200
commitb24760c8197e06de344c795011df41c83155b938 (patch)
tree528917c5d20be8248ae0e18138161ccea1e729cc
parent6732957e42350b3aefa4b1c80371baea92950651 (diff)
downloadgitbook-b24760c8197e06de344c795011df41c83155b938.zip
gitbook-b24760c8197e06de344c795011df41c83155b938.tar.gz
gitbook-b24760c8197e06de344c795011df41c83155b938.tar.bz2
Bump version to 2.4.02.4.0
-rw-r--r--CHANGES.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9f11e34..69721a1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 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
+- Add semantic information for screen readers (web version)
+- Content references accept absolute paths, resolved to book folder
+- Improve overall reliability
+
## 2.3.3
- Fix bug in SUMMARY parsing preventing multiple entries without filenames
diff --git a/package.json b/package.json
index 13d3259..b4b6fed 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "2.3.3",
+ "version": "2.4.0",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",