Browse Source

12.0.3 released

pull/745/head 12.0.3
Vitaly Puzrin 3 years ago
parent
commit
ef59691072
  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.0.3] - WIP
## [12.0.3] - 2020-12-07
### Fixed
- `[](<foo<bar>)` is no longer a valid link.
- `[](url (xxx())` is no longer a valid link.

2
package.json

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

Loading…
Cancel
Save