diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-20 16:30:04 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-08-20 16:30:04 -0700 |
commit | f5c6d8df71a981e69aebd6f1845fd67f5b097802 (patch) | |
tree | 203335fcda397a55a949b3a233dbd52c361d1957 | |
parent | 452c846e90e8cda8506f5b448e3ebd58109fac8e (diff) | |
download | gitbook-f5c6d8df71a981e69aebd6f1845fd67f5b097802.zip gitbook-f5c6d8df71a981e69aebd6f1845fd67f5b097802.tar.gz gitbook-f5c6d8df71a981e69aebd6f1845fd67f5b097802.tar.bz2 |
Bump version to 1.0.11.0.1
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ # Release notes +## 1.0.1 +- New inline math convention (kramdown's), using `$$` rather than `$` as delimiters +- Fix instapaper sharing +- The `exercises` & `quizzes` plugins are now by default + ## 1.0.0 - New design - Support for glossary diff --git a/package.json b/package.json index b750b1a..2d81224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.0.0", + "version": "1.0.1", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |