We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4ef5b commit 0feb672Copy full SHA for 0feb672
CHANGES.md
@@ -1,5 +1,8 @@
1
# Release notes
2
3
+## 1.3.0
4
+- Bundle gitbook parsing library as a client side library in `gitbook.js` and `gitbook.min.js`
5
+
6
## 1.2.0
7
- Improvements on ebook generation
8
- Fix incorrect follow of links in ebook generation
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",
0 commit comments