Browse Source

12.2.0 released

pull/817/head 12.2.0
Vitaly Puzrin 3 years ago
parent
commit
6e2de08a0b
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -6,6 +6,14 @@ 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.2.0] - 2021-08-02
### Added
- Ordered lists: add order value to token info.
### Fixed
- Always suffix indented code block with a newline, #799.
## [12.1.0] - 2021-07-01
### Changed
- Updated CM spec compatibility to 0.30.
@ -567,6 +575,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Renamed presets folder (configs -> presets).
[12.2.0]: https://github.com/markdown-it/markdown-it/compare/12.1.0...12.2.0
[12.1.0]: https://github.com/markdown-it/markdown-it/compare/12.0.6...12.1.0
[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

2
package.json

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

Loading…
Cancel
Save