Skip to content

Commit 9ce9388

Browse files
committed
Bump version to 3.2.0-pre.0
1 parent c575ad8 commit 9ce9388

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 3.2.0 (pre)
6+
- Switch markdown parser from `kramed` to `markup-it`
7+
- Fix support of `|` in tables
8+
59
## 3.1.1
610
- Fix order of plugins during loading
711
- Fix error when using math and conrefs

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.1.1",
3+
"version": "3.2.0-pre.0",
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)