diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae328f..ebcdcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -1.1.2 / WIP +1.1.2 / 2014-10-23 ------------------ +- Fixed speed regression. - Use base64 encoding for permalinks (workaround for github). - Improved default link validator. - Updated cache storage logic for inline parser. diff --git a/README.md b/README.md index d35f800..340496a 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ more advanced, specific for your language. These extensions are enabled by default: - [Tables](https://help.github.com/articles/github-flavored-markdown/#tables) (GFM) -- [\](https://help.github.com/articles/github-flavored-markdown/#strikethrough) (GFM strikethrough) - `~~text~~` +- [\](https://help.github.com/articles/github-flavored-markdown/#strikethrough) (GFM strikethrough) - `~~deleted text~~` ## References / Thanks diff --git a/package.json b/package.json index a9cb6c3..322a860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remarkable", - "version": "1.1.1", + "version": "1.1.2", "description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.", "keywords": [ "markdown",