Bump version to 3.2.0-pre.1

This commit is contained in:
Samy Pessé
2016-07-05 17:15:48 +02:00
parent 144bd4c97a
commit 695bda312c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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",