diff --git a/CHANGES.md b/CHANGES.md index 18b7a8ec7..8a25ff671 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 a859136b6..c6be1486e 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",