Browse Source

8.4.2 released

pull/485/head 8.4.2
Vitaly Puzrin 7 years ago
parent
commit
2c02e3e237
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
8.4.2 / 2018-02-15
------------------
- Fix `--no-html` CLI option, #476.
8.4.1 / 2018-02-15 8.4.1 / 2018-02-15
------------------ ------------------

2
package.json

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

Loading…
Cancel
Save