Skip to content

Commit 3155563

Browse files
committed
Bump version to 2.0.0-beta.4
1 parent 9c0b263 commit 3155563

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.4
6+
- Fix default generator for use programmatically
7+
- Add option "author" for html meta tags
8+
- Fix links normalization (content and hash)
9+
510
## 2.0.0-beta.3
611
- Fix odd cases with code blocks escaping
712

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