diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f980b8..05165ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +5.0.3 / 2016-01-04 +------------------ + +- Allow single column and mismatched columns count in tables. +- Smartquotes: take into account adjacent tokens. +- Fill `content` property in image token with `alt` source. + + 5.0.2 / 2015-11-20 ------------------ diff --git a/package.json b/package.json index c5ef2de..eb9f244 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "5.0.2", + "version": "5.0.3", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",