summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-12-17 17:08:09 +0100
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-12-17 17:08:09 +0100
commit6b76032bb1e6a52c6dec94daca95ab730e861e98 (patch)
tree92515aa0c7942992b296d531ef067da32dfe03a4
parent85b09eda56e9f1a67a21810caecefa8a84e5eb48 (diff)
downloadgitbook-6b76032bb1e6a52c6dec94daca95ab730e861e98.zip
gitbook-6b76032bb1e6a52c6dec94daca95ab730e861e98.tar.gz
gitbook-6b76032bb1e6a52c6dec94daca95ab730e861e98.tar.bz2
Bump version to 1.5.01.5.0
-rw-r--r--CHANGES.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7598de2..d128fb4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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",