diff options
-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.0.2 +- Update `mathjax` plugin, fixes issues with inline math rendering (no longer wanted) + ## 1.0.1 - New inline math convention (kramdown's), using `$$` rather than `$` as delimiters - Fix instapaper sharing diff --git a/package.json b/package.json index aa4a892..3004ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitbook", - "version": "1.0.1", + "version": "1.0.2", "homepage": "http://www.gitbook.io/", "description": "Library and cmd utility to generate GitBooks", "main": "lib/index.js", |