diff options
-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", |