From 6ec29fe47a5c3ae8c790d2fcfb347444029f466d Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 23 Oct 2014 20:00:27 +0400 Subject: [PATCH] 1.1.2 released --- CHANGELOG.md | 3 ++- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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",