From 695bda312cb6ee8e88398b7233aa330f45a2c398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Tue, 5 Jul 2016 17:15:48 +0200 Subject: [PATCH] Bump version to 3.2.0-pre.1 --- CHANGES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",