Update to version 0.6.1.

This commit is contained in:
David Anson 2017-09-09 22:29:57 -07:00
parent 003cf4bd9a
commit 103a67d1e0
3 changed files with 3 additions and 2 deletions

View file

@ -633,6 +633,7 @@ var results = window.markdownlint.sync(options).toString();
improve MD009/MD041, update dependencies.
* 0.6.0 - `resultVersion` defaults to 1 (breaking change), ignore HTML comments, TOML
front matter, fixes for MD044, update dependencies.
* 0.6.1 - Update `markdown-it` versioning, exclude demo/test from publishing.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint

View file

@ -1,5 +1,5 @@
CACHE MANIFEST
# 2017-07-18
# 2017-09-09
default.css
default.htm
default.js

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.6.0",
"version": "0.6.1",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"main": "lib/markdownlint.js",
"author": "David Anson (https://dlaa.me/)",