From df4607f1d4d4be7fdc32e71c04109aea8cc373fa Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 16 Apr 2021 15:08:12 +0300 Subject: [PATCH] 12.0.6 released --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef5e78..3bd6489 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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). +## [12.0.6] - 2021-04-16 +### Fixed +- Newline in `alt` should be rendered, #775. + + ## [12.0.5] - 2021-04-15 ### Fixed - HTML block tags with `===` inside are no longer incorrectly interpreted as headers, #772. @@ -557,6 +562,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[12.0.6]: https://github.com/markdown-it/markdown-it/compare/12.0.5...12.0.6 [12.0.5]: https://github.com/markdown-it/markdown-it/compare/12.0.4...12.0.5 [12.0.4]: https://github.com/markdown-it/markdown-it/compare/12.0.3...12.0.4 [12.0.3]: https://github.com/markdown-it/markdown-it/compare/12.0.2...12.0.3 diff --git a/package.json b/package.json index c76b860..5c5a58b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "12.0.5", + "version": "12.0.6", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",