Browse Source

6.0.5 released

pull/259/head 6.0.5
Vitaly Puzrin 9 years ago
parent
commit
c09b563317
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
6.0.5 / 2016-06-01
------------------
- Process `\r` the same way as `\n` and `\r\n\`, #252.
6.0.4 / 2016-05-30
------------------

2
package.json

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

Loading…
Cancel
Save