From 0feb672d708e2d73ee159d5a94b614f90c85e9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Sat, 1 Nov 2014 15:36:10 +0100 Subject: [PATCH] Bump version to 1.3.0 --- CHANGES.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e71deeb42..fdce09148 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 424432c73..a86a72580 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",