diff options
-rw-r--r-- | CHANGES.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 3.2.0 (pre) - Switch markdown parser from `kramed` to `markup-it` - Fix support of `|` in tables +- Fix access to `output.name` in templating +- Improve options of default search indexer (keywords, disabling per pages) +- Improve pertinence of search results ## 3.1.1 - Fix order of plugins during loading diff --git a/package.json b/package.json index a859136..c6be148 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "3.2.0-pre.0", + "version": "3.2.0-pre.1", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |