Browse Source

12.3.1 released

pull/843/head 12.3.1
Vitaly Puzrin 2 years ago
parent
commit
76469e83dc
  1. 2
      CHANGELOG.md
  2. 2
      package.json

2
CHANGELOG.md

@ -6,7 +6,7 @@ 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.3.1] - WIP
## [12.3.1] - 2022-01-07
### Fixed
- Fix corner case when tab prevents paragraph continuation in lists, #830.

2
package.json

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

Loading…
Cancel
Save