We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd25b0 commit 0e243e6Copy full SHA for 0e243e6
CHANGES.md
@@ -2,6 +2,9 @@
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.3
6
+- Fix odd cases with code blocks escaping
7
+
8
## 2.0.0-beta.2
9
- Fix definition of entry point title using SUMMARY.md
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.0.0-beta.2",
+ "version": "2.0.0-beta.3",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments