From 0a0a8fc97fcb1a313873267809b7ba4379b3215f Mon Sep 17 00:00:00 2001 From: Estevao Soares dos Santos Date: Thu, 4 Jun 2015 13:41:23 +0100 Subject: [PATCH] chore: add CHANGELOG.md and release v 1.0.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d4ab8ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ + +## 1.0.0 (2015-06-04) + +#### Release information + +This release updates the extension in order to make it compatible with showdown v.1.0.x. +However, this version is not compatible with older versions of showdown. +Since prettify extension was previously bundled with showdown, with versions prior to v 1.0.x, use the bundled version instead. + +#### Compatibility + +**Compatible with showdown v.1.0.x** + +#### Features + +* **bower.json**: add dependencies to bower json +* **package.json**: add dependencies to package.json + +#### Breaking changes + +* **renamed files**: src file renamed to `showdown-prettify.js`. + To update, if your using src files directly, change your dependencies from `prettify.js` to `showdown-prettify.js` +