diff --git a/CHANGELOG.md b/CHANGELOG.md index 591a49a..187bd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +4.2.0 / 2015-04-21 +------------------ + +- Bumped [linkify-it](https://github.com/markdown-it/linkify-it) version to + 1.1.0. Now links with IP hosts and without protocols are not linkified by + default, due possible collisions with some version numbers patterns (0.5.0.0). + You still can return back old behaviour by `md.linkify.set({ fuzzyIP: true })`. + + 4.1.2 / 2015-04-19 ------------------ diff --git a/package.json b/package.json index 78035d3..c7dcbd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "4.1.2", + "version": "4.2.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",