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 5191106 commit 1e46320Copy full SHA for 1e46320
CHANGES.md
@@ -1,5 +1,12 @@
1
# Release notes
2
3
+## 1.2.0
4
+- Improvements on ebook generation
5
+- Fix incorrect follow of links in ebook generation
6
+- Move Table of Contents at the beginning of the ebook
7
+- Update to last highlight.js (includes Swift)
8
+- Includes of templates and variables (from book.json)
9
+
10
## 1.1.1
11
- Rewrite quiz logic to be more robust
12
- Improve integration of glossary
package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "1.1.1",
+ "version": "1.2.0",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments