From 0dc415f1d24fbaf65c4bb95e533976a4dc7153a4 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 6 Feb 2015 22:34:41 +0300 Subject: [PATCH] 3.0.5 released --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 966e973..225ad7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +3.0.5 / 2015-02-06 +------------------ + +- Fixed link validator - could skip some kind of javascript links with uppercase + digital entities (thanks to @opennota) +- Significantly improved tests coverage (with dead code removal and other + related things). + + 3.0.4 / 2015-01-13 ------------------ diff --git a/package.json b/package.json index 23b5e96..0255498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "3.0.4", + "version": "3.0.5", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",