Skip to content

Commit 0f1d7eb

Browse files
committed
Bump version to 2.6.3
1 parent dd358b8 commit 0f1d7eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.6.3
6+
- Fix parsing bug with inline HTML in Markdown
7+
58
## 2.6.2
69
- Fix `gitbook.state.bookRoot`, `gitbook.state.root` now has a trailing slash
710
- Update nunjucks to 2.2.0

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