Browse Source

12.0.5 released

pull/775/head 12.0.5
Vitaly Puzrin 3 years ago
parent
commit
3740146fc9
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
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

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

Loading…
Cancel
Save