Browse Source

12.0.4 released

pull/747/head 12.0.4
Vitaly Puzrin 4 years ago
parent
commit
7b8969ce5c
  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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [12.0.4] - WIP ## [12.0.4] - 2020-12-20
### Fixed ### Fixed
- Fix crash introduced in `12.0.3` when processing strikethrough (`~~`) and similar plugins, #742. - Fix crash introduced in `12.0.3` when processing strikethrough (`~~`) and similar plugins, #742.
- Avoid fenced token mutation, #745. - Avoid fenced token mutation, #745.

2
package.json

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

Loading…
Cancel
Save