Browse Source

7.0.0 released

pull/270/head 7.0.0
Vitaly Puzrin 8 years ago
parent
commit
c9403ed8a7
  1. 11
      CHANGELOG.md
  2. 2
      package.json

11
CHANGELOG.md

@ -1,3 +1,14 @@
7.0.0 / 2016-06-22
------------------
- Bump `linkify-it` dependency to 2.0.0.
- `---` no longer terminates autodetected links by default.
- `md.linkifier.set('---', true)` will return old behaviour.
- Major version bumped, because internals or `linkify-it` was changed.
You will not be affected anyhow, if not used direct access to
`require('linkify-it/re')` for customizations.
6.1.1 / 2016-06-21
------------------

2
package.json

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

Loading…
Cancel
Save