diff options
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -19,6 +19,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix error in code highlighting for unknown languages - Accept SSH url as plugin version - Add templating blocks `markdown`, `asciidoc` and `markup` +- Better search experience +- Better default theme, more responsive and cleaner ## 2.6.7 - Fix bug with filenames including spaces diff --git a/package.json b/package.json index 5f2845a..55df055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "3.0.0-pre.8", + "version": "3.0.0-pre.9", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |