Browse Source

13.0.2 released

pull/964/head 13.0.2
Vitaly Puzrin 1 year ago
parent
commit
e476f78bc3
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
CHANGELOG.md

@ -6,17 +6,21 @@ 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [13.0.2] - WIP ## [13.0.2] - 2023-09-26
### Security
- Fixed crash/infinite loop caused by linkify inline rule, #957.
### Fixed ### Fixed
- Throw an error if 3rd party plugin doesn't increment `line` or `pos` counters - Throw an error if 3rd party plugin doesn't increment `line` or `pos` counters
(previously, markdown-it would likely go into infinite loop instead), #847. (previously, markdown-it would likely go into infinite loop instead), #847.
- Fixed crash/infinite loop caused by linkify inline rule, #957.
## [13.0.1] - 2022-05-03 ## [13.0.1] - 2022-05-03
### Fixed ### Fixed
- Bumped `linkify-it` to 4.0.1. That should fix some hangs, caused by wrong - Bumped `linkify-it` to 4.0.1. That should fix some hangs, caused by wrong
data, returned from `linkify-it`. data, returned from `linkify-it`.
## [13.0.0] - 2022-04-22 ## [13.0.0] - 2022-04-22
### Added ### Added
- Added a new token type `text_special` to store escaped characters, same as `text` but - Added a new token type `text_special` to store escaped characters, same as `text` but

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "markdown-it", "name": "markdown-it",
"version": "13.0.1", "version": "13.0.2",
"description": "Markdown-it - modern pluggable markdown parser.", "description": "Markdown-it - modern pluggable markdown parser.",
"keywords": [ "keywords": [
"markdown", "markdown",

Loading…
Cancel
Save