diff options
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ # Release notes +## 0.6.0 +- Generate header id the same as github +- Custom links can be added at top of sidebar +- Summary can now be transformed by plugins +- Support importing code snippets diff --git a/package.json b/package.json index d06fe20..1861349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.5.6", + "version": "0.6.0", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |