Browse Source

12.0.6 released

pull/779/head 12.0.6
Vitaly Puzrin 3 years ago
parent
commit
df4607f1d4
  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).
## [12.0.6] - 2021-04-16
### Fixed
- Newline in `alt` should be rendered, #775.
## [12.0.5] - 2021-04-15
### Fixed
- HTML block tags with `===` inside are no longer incorrectly interpreted as headers, #772.
@ -557,6 +562,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed presets folder (configs -> presets).
[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
[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

2
package.json

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

Loading…
Cancel
Save