Update to version 0.6.4.

This commit is contained in:
David Anson 2017-11-22 21:45:56 -08:00
parent f62b5c8ca3
commit 4345423be1
3 changed files with 3 additions and 2 deletions

View file

@ -649,6 +649,7 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo
* 0.6.1 - Update `markdown-it` versioning, exclude demo/test from publishing.
* 0.6.2 - Improve MD013/MD027/MD034/MD037/MD038/MD041/MD044, update dependencies.
* 0.6.3 - Improve highlighting for MD020.
* 0.6.4 - Improve MD029/MD042, update dependencies.
[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-11-13
# 2017-11-22
default.css
default.htm
default.js

View file

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