From bda718216b20fa03b725443b8a1d160a0baeb94f Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Tue, 3 May 2022 17:20:53 +0300 Subject: [PATCH] 13.0.1 released --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6de31..e110bc3 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). +## [13.0.1] - 2022-05-03 +### Fixed +- Bumped `linkify-it` to 4.0.1. That should fix some hangs, caused by wrong + data, returned from `linkify-it`. + ## [13.0.0] - 2022-04-22 ### Added - Added a new token type `text_special` to store escaped characters, same as `text` but @@ -611,6 +616,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Renamed presets folder (configs -> presets). +[13.0.1]: https://github.com/markdown-it/markdown-it/compare/13.0.0...13.0.1 [13.0.0]: https://github.com/markdown-it/markdown-it/compare/12.3.2...13.0.0 [12.3.2]: https://github.com/markdown-it/markdown-it/compare/12.3.1...12.3.2 [12.3.1]: https://github.com/markdown-it/markdown-it/compare/12.3.0...12.3.1 diff --git a/package.json b/package.json index ebea987..194439e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it", - "version": "13.0.0", + "version": "13.0.1", "description": "Markdown-it - modern pluggable markdown parser.", "keywords": [ "markdown",