diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e34f6c..4ecad77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +7.0.0 / 2016-06-22 +------------------ + +- Bump `linkify-it` dependency to 2.0.0. + - `---` no longer terminates autodetected links by default. + - `md.linkifier.set('---', true)` will return old behaviour. +- Major version bumped, because internals or `linkify-it` was changed. + You will not be affected anyhow, if not used direct access to + `require('linkify-it/re')` for customizations. + + 6.1.1 / 2016-06-21 ------------------ diff --git a/package.json b/package.json index 1f6cd05..77f45fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "6.1.1", + "version": "7.0.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",