diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-06-30 11:09:18 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-06-30 11:09:18 +0200 |
commit | 9ce9388dfcf92dc6579e5d18ee1e2fb591aee620 (patch) | |
tree | 0239c19b4d9d5a77541df090cd82d06ea650448f | |
parent | c575ad83aeecd293f636765f06e8dc8220fce4b0 (diff) | |
download | gitbook-9ce9388dfcf92dc6579e5d18ee1e2fb591aee620.zip gitbook-9ce9388dfcf92dc6579e5d18ee1e2fb591aee620.tar.gz gitbook-9ce9388dfcf92dc6579e5d18ee1e2fb591aee620.tar.bz2 |
Bump version to 3.2.0-pre.03.2.0-pre.0
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. 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 + ## 3.1.1 - Fix order of plugins during loading - Fix error when using math and conrefs diff --git a/package.json b/package.json index a540b51..e890d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "3.1.1", + "version": "3.2.0-pre.0", "homepage": "https://www.gitbook.com", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |