Browse Source

7.0.1 released

pull/293/head 7.0.1
Vitaly Puzrin 8 years ago
parent
commit
c3f619c19a
  1. 8
      CHANGELOG.md
  2. 2
      package.json

8
CHANGELOG.md

@ -1,3 +1,11 @@
7.0.1 / 2016-08-16
------------------
- Fence renderer: fix concat of class array, #276.
- Code renderer: do not render double space before attrs, #275.
- Replacer: disable replacements inside autolinks, #272.
7.0.0 / 2016-06-22
------------------

2
package.json

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

Loading…
Cancel
Save