diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-07-12 23:28:07 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-07-12 23:28:07 +0200 |
commit | 3cc5c47535e58466f43027b40c4585a09923e609 (patch) | |
tree | 8af55c0c2e9f76353cedbe5ffaefd3feeecd9699 | |
parent | a2046814b4a20496b324a4ebc1ff7e634313e501 (diff) | |
download | gitbook-3cc5c47535e58466f43027b40c4585a09923e609.zip gitbook-3cc5c47535e58466f43027b40c4585a09923e609.tar.gz gitbook-3cc5c47535e58466f43027b40c4585a09923e609.tar.bz2 |
Bump version to 0.6.00.6.0
-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", |