summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-08-20 17:03:31 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-08-20 17:03:31 -0700
commite3fdf8b40465b194196183ffa15282672bec713a (patch)
treeca4dbb8f57bd3b0f5b74e54de30e3303172270bb
parentc861223378ba3d9e961a2db7de423e06332a98fc (diff)
downloadgitbook-e3fdf8b40465b194196183ffa15282672bec713a.zip
gitbook-e3fdf8b40465b194196183ffa15282672bec713a.tar.gz
gitbook-e3fdf8b40465b194196183ffa15282672bec713a.tar.bz2
Bump version to 1.0.21.0.2
-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 6f40104..0f1779e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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",