From 38bf443aab2f169b3c2587cbeee89afba2581604 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 11 Feb 2016 00:31:55 +0300 Subject: [PATCH] 6.0.0 released --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e618aee..9932497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +6.0.0 / 2016-02-11 +------------------ + +- Maintenance release. Version bump caused by notable changes in CM spec + (multiline setext headers, no spaces inside links, ...). API was not changed. +- Fit CM 0.24 spec requirements. +- Fixed nesting limit check in inline blocks, #197. +- Fixed posible tail loss in CLI ouput. + + 5.1.0 / 2016-01-07 ------------------ diff --git a/package.json b/package.json index ead1655..c0d3e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "5.1.0", + "version": "6.0.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",