diff options
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ # Release notes +## 1.5.0 +- Fix `serve` command, broken by `1.4.2` +- Add nicer `dark` theme :) + ## 1.4.2 - Force `process.exit` after builds, to prevent (possibly) lingering plugins diff --git a/package.json b/package.json index 71cd55e..0d88888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.4.2", + "version": "1.5.0", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |