diff --git a/CHANGES.md b/CHANGES.md index 5b488d20b..ba7f8fa5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 5f2845abc..55df0555b 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",