diff options
-rw-r--r-- | CHANGES.md | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ # Release notes +## 0.7.1 +- Update `fs-extra` to `0.10.0` (fixes potential race conditions) + ## 0.7.0 - Add page break in ebook (pdf, epub, mobi) between chapters/articles - Start using kramed instead of marked diff --git a/package.json b/package.json index 4bba1a0..8e70a87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "0.7.0", + "version": "0.7.1", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |