diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-04-08 16:35:35 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-04-08 16:35:35 +0200 |
commit | aed38afff34f36d44b76c85482511ca3d7a0a55e (patch) | |
tree | 843570a1b2143d53119234d9b587323448a5bda2 | |
parent | 1df522e6ecb2ca9fd921968895c0270bcf2bb2d9 (diff) | |
download | gitbook-aed38afff34f36d44b76c85482511ca3d7a0a55e.zip gitbook-aed38afff34f36d44b76c85482511ca3d7a0a55e.tar.gz gitbook-aed38afff34f36d44b76c85482511ca3d7a0a55e.tar.bz2 |
Bump version to 3.0.0-pre.63.0.0-pre.6
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -15,6 +15,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Multi-lingual books share assets folder - YAML front matter is parsed and can extend page's properties - Fix `uk` translation +- Fix heading ID including dashes +- Fix error in code highlighting for unknown languages +- Accept SSH url as plugin version +- Add templating blocks `markdown`, `asciidoc` and `markup` ## 2.6.7 - Fix bug with filenames including spaces diff --git a/package.json b/package.json index 594d7a0..5e332d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "3.0.0-pre.5", + "version": "3.0.0-pre.6", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |