diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-11-30 14:59:08 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-11-30 14:59:08 +0100 |
commit | 44a3bfe296f1ec6fc0e79c931f4158c24b2d8ade (patch) | |
tree | d000dfdc90c04384735ba690eb76082a3ba70c71 | |
parent | a9ce6f808d1bd97ab2bc1cb8bf9e7cfb0c25e303 (diff) | |
download | gitbook-44a3bfe296f1ec6fc0e79c931f4158c24b2d8ade.zip gitbook-44a3bfe296f1ec6fc0e79c931f4158c24b2d8ade.tar.gz gitbook-44a3bfe296f1ec6fc0e79c931f4158c24b2d8ade.tar.bz2 |
Bump version to 1.4.01.4.0
-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.4.0 +- Add command `gitbook install` to install plugins from book.json +- `package.json` is no longer necessary + ## 1.3.4 - Add glossary to ebooks - Fix autocover with new hook "finish:before" diff --git a/package.json b/package.json index b430350..b464d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.3.4", + "version": "1.4.0", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |