Skip to content

Commit 695bda3

Browse files
committed
Bump version to 3.2.0-pre.1
1 parent 144bd4c commit 695bda3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## 3.2.0 (pre)
66
- Switch markdown parser from `kramed` to `markup-it`
77
- Fix support of `|` in tables
8+
- Fix access to `output.name` in templating
9+
- Improve options of default search indexer (keywords, disabling per pages)
10+
- Improve pertinence of search results
811

912
## 3.1.1
1013
- Fix order of plugins during loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "3.2.0-pre.0",
3+
"version": "3.2.0-pre.1",
44
"homepage": "https://www.gitbook.com",
55
"description": "Library and cmd utility to generate GitBooks",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)