Bump version to 1.4.0

This commit is contained in:
Samy Pessé
2014-11-30 14:59:08 +01:00
parent a9ce6f808d
commit 44a3bfe296
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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"
+1 -1
View File
@@ -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",