Skip to content

Commit 0e8f7b8

Browse files
committed
Bump version to 2.0.1
1 parent 1eebc9a commit 0e8f7b8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## 2.0.1
6+
- Improve error logging (display file, line and column)
7+
- Add back support for `options.originalInput`
8+
- Don't process math in markdown parser (delegated to `mathjax` plugin)
9+
- Fix some cases of code blocks escaping
10+
- Fix i18n for introduction title in json format
11+
- Fix reload when book configuration is updated
12+
- Fix backslashes in url when building on windows
13+
514
## 2.0.0
615
- Fix page title of introduction
716
- Ignore codeblocks when replacing glossary terms

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": "2.0.0",
3+
"version": "2.0.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)