We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0b263 commit 3155563Copy full SHA for 3155563
CHANGES.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
+
10
## 2.0.0-beta.3
11
- Fix odd cases with code blocks escaping
12
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.0.0-beta.3",
+ "version": "2.0.0-beta.4",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments