diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-15 14:32:11 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-15 14:32:11 +0200 |
commit | b24760c8197e06de344c795011df41c83155b938 (patch) | |
tree | 528917c5d20be8248ae0e18138161ccea1e729cc | |
parent | 6732957e42350b3aefa4b1c80371baea92950651 (diff) | |
download | gitbook-b24760c8197e06de344c795011df41c83155b938.zip gitbook-b24760c8197e06de344c795011df41c83155b938.tar.gz gitbook-b24760c8197e06de344c795011df41c83155b938.tar.bz2 |
Bump version to 2.4.02.4.0
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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", |