diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-11-01 15:36:10 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-11-01 15:36:10 +0100 |
commit | 0feb672d708e2d73ee159d5a94b614f90c85e9e2 (patch) | |
tree | 459a0f2a79cd87de2e817fa65f8660868afc13d7 | |
parent | 2a4ef5bbf4dad73992596af9f416308d8f477106 (diff) | |
download | gitbook-0feb672d708e2d73ee159d5a94b614f90c85e9e2.zip gitbook-0feb672d708e2d73ee159d5a94b614f90c85e9e2.tar.gz gitbook-0feb672d708e2d73ee159d5a94b614f90c85e9e2.tar.bz2 |
Bump version to 1.3.01.3.0
-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 +## 1.3.0 +- Bundle gitbook parsing library as a client side library in `gitbook.js` and `gitbook.min.js` + ## 1.2.0 - Improvements on ebook generation - Fix incorrect follow of links in ebook generation diff --git a/package.json b/package.json index 424432c..a86a725 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.2.0", + "version": "1.3.0", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |