Browse Source

3.0.5 released

pull/48/head 3.0.5
Vitaly Puzrin 10 years ago
parent
commit
0dc415f1d2
  1. 9
      CHANGELOG.md
  2. 2
      package.json

9
CHANGELOG.md

@ -1,3 +1,12 @@
3.0.5 / 2015-02-06
------------------
- Fixed link validator - could skip some kind of javascript links with uppercase
digital entities (thanks to @opennota)
- Significantly improved tests coverage (with dead code removal and other
related things).
3.0.4 / 2015-01-13
------------------

2
package.json

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

Loading…
Cancel
Save