Browse Source

13.0.1 released

pull/879/head
Vitaly Puzrin 2 years ago
parent
commit
bda718216b
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
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

2
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",

Loading…
Cancel
Save