Skip to content

Commit 1e46320

Browse files
committed
Bump version to 1.2.0
1 parent 5191106 commit 1e46320

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

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+
310
## 1.1.1
411
- Rewrite quiz logic to be more robust
512
- Improve integration of glossary

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": "1.1.1",
3+
"version": "1.2.0",
44
"homepage": "http://www.gitbook.io/",
55
"description": "Library and cmd utility to generate GitBooks",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)