diff --git a/CHANGELOG.md b/CHANGELOG.md index 39075f9..3db27dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.0.1] - 2020-09-14 +### Fixed +- Fix blockquote lazy newlines, #696. +- Fix missed mappings for table rows, #705. + + ## [11.0.0] - 2020-05-20 ### Changed - Bumped `linkify-it` to 3.0.0, #661 + allow unlimited `.` inside links. @@ -500,6 +506,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[11.0.1]: https://github.com/markdown-it/markdown-it/compare/11.0.0...11.0.1 [11.0.0]: https://github.com/markdown-it/markdown-it/compare/10.0.0...11.0.0 [10.0.0]: https://github.com/markdown-it/markdown-it/compare/9.1.0...10.0.0 [9.1.0]: https://github.com/markdown-it/markdown-it/compare/9.0.1...9.1.0 diff --git a/package.json b/package.json index 081b0e9..1f42a88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "11.0.0", + "version": "11.0.1", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",