From 3740146fc9c92ea15fdc6a358137ec7b68f05f4b Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Thu, 15 Apr 2021 00:34:55 +0300 Subject: [PATCH] 12.0.5 released --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0049b..0ef5e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ 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.5] - WIP +## [12.0.5] - 2021-04-15 ### Fixed - HTML block tags with `===` inside are no longer incorrectly interpreted as headers, #772. +- Fix table/list parsing ambiguity, #767. ## [12.0.4] - 2020-12-20 @@ -556,6 +557,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[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 [12.0.2]: https://github.com/markdown-it/markdown-it/compare/12.0.1...12.0.2 diff --git a/package.json b/package.json index 22ee3de..c76b860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "12.0.4", + "version": "12.0.5", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",