From 6e2de08a0b03d3d0dcc524b89710ce05f83a0283 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Mon, 2 Aug 2021 21:18:00 +0300 Subject: [PATCH] 12.2.0 released --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d40905..83ad0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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.2.0] - 2021-08-02 +### Added +- Ordered lists: add order value to token info. + +### Fixed +- Always suffix indented code block with a newline, #799. + + ## [12.1.0] - 2021-07-01 ### Changed - Updated CM spec compatibility to 0.30. @@ -567,6 +575,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[12.2.0]: https://github.com/markdown-it/markdown-it/compare/12.1.0...12.2.0 [12.1.0]: https://github.com/markdown-it/markdown-it/compare/12.0.6...12.1.0 [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 diff --git a/package.json b/package.json index 44a896d..065931c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "12.1.0", + "version": "12.2.0", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",