summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-11-03 16:58:37 +0100
committerSamy Pessé <samypesse@gmail.com>2014-11-03 16:58:37 +0100
commit1659778a776747f0e83c77cb8de7d038ff9072b7 (patch)
treefa8337e14afb6c012c5359b18b9b56aae2108115
parent40c4035afb3d59d3c0b11f9ce6abf2fdf6fe4de1 (diff)
downloadgitbook-1659778a776747f0e83c77cb8de7d038ff9072b7.zip
gitbook-1659778a776747f0e83c77cb8de7d038ff9072b7.tar.gz
gitbook-1659778a776747f0e83c77cb8de7d038ff9072b7.tar.bz2
Bump version to 1.3.11.3.1
-rw-r--r--CHANGES.md3
-rw-r--r--package.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fdce091..d0601e5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
# Release notes
+## 1.3.1
+- Fix error with links in markdown
+
## 1.3.0
- Bundle gitbook parsing library as a client side library in `gitbook.js` and `gitbook.min.js`
diff --git a/package.json b/package.json
index a86a725..d73d3f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook",
- "version": "1.3.0",
+ "version": "1.3.1",
"homepage": "http://www.gitbook.io/",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",