diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-05-03 12:15:30 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-05-03 12:15:30 +0200 |
commit | 42a2d090aa130c68fe5bea7df04c9a14c624e86b (patch) | |
tree | 5b074328d0da2d20bf4bc48178e5d8ff76349dfc | |
parent | c84eaa83dd3bf307d5cc35b01febb2b6cc6ffbab (diff) | |
download | gitbook-3.0.0-pre.11.zip gitbook-3.0.0-pre.11.tar.gz gitbook-3.0.0-pre.11.tar.bz2 |
Bump version to 3.0.0-pre.113.0.0-pre.11
-rw-r--r-- | CHANGES.md | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix `uk` translation - Fix heading ID including dashes - Fix error in code highlighting for unknown languages +- Fix data-uri images being handled as external images - Accept SSH url as plugin version - Add templating blocks `markdown`, `asciidoc` and `markup` - Better search experience diff --git a/package.json b/package.json index f72b523..4dd61dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "3.0.0-pre.10", + "version": "3.0.0-pre.11", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |