diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4487e..dc929a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +### 1.0.2 (2015-05-28) + +#### Bug Fixes + + * **Gruntfile.js** add missing comma in footer. This bug prevented concatenating other js scripts and libraries + with showdown([5315508](http://github.com/showdownjs/showdown/commit/5315508). Credits to Alexandre Courtiol. + + ### 1.0.1 (2015-05-27) diff --git a/CREDITS.md b/CREDITS.md index 135eb57..1405b7a 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -33,6 +33,7 @@ Credits Bug fixing and late maintainer * [Hannah Wolfe](https://github.com/ErisDS)
Bug fixes + * [Alexandre Courtiol](https://github.com/acourtiol) - Original Project * [John Gruber](http://daringfireball.net/projects/markdown/)
diff --git a/dist/showdown.js.map b/dist/showdown.js.map index ddd6b41..2694b8f 100644 Binary files a/dist/showdown.js.map and b/dist/showdown.js.map differ