diff --git a/CHANGELOG.md b/CHANGELOG.md index c0af890..347e39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -2.x.x / WIP +2.2.0 / 2014-12-28 ------------------ -- Updated CM spec conformance to v0.13 (partially). +- Updated CM spec conformance to v0.13. - API docs. - Added 'zero' preset. -- Fixed block termination check when rules are disabled. +- Fixed several crashes, when some basic rules are disabled + (block termination check, references check). 2.1.3 / 2014-12-24 diff --git a/package.json b/package.json index 71d5b82..c0645be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "2.1.3", + "version": "2.2.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",