Skip to content

Commit 0e243e6

Browse files
committed
Bump version to 2.0.0-beta.3
1 parent 5cd25b0 commit 0e243e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
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.0.0-beta.3
6+
- Fix odd cases with code blocks escaping
7+
58
## 2.0.0-beta.2
69
- Fix definition of entry point title using SUMMARY.md
710

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.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)