Browse Source

9.1.0 released

pull/599/head 9.1.0
Vitaly Puzrin 5 years ago
parent
commit
9e5015f8f7
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,8 +1,8 @@
9.0.1 / 2019-07-12 9.1.0 / 2019-08-11
------------------ ------------------
- Fix possible corruption of open/close tag levels, #466 - Remove extra characters from line break check. Leave only 0x0A & 0x0D, as in
CommonMark spec, #581.
9.0.0 / 2019-07-09 9.0.0 / 2019-07-09
------------------ ------------------

2
package.json

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

Loading…
Cancel
Save