Update to version 0.0.7.

This commit is contained in:
David Anson 2015-07-30 21:41:25 -07:00
parent 010e3a1f72
commit e890992cd8
2 changed files with 2 additions and 1 deletions

View file

@ -426,6 +426,7 @@ var results = window.markdownlint.sync(options).toString();
* 0.0.4 - Add tests MD033-MD040, update dependencies. * 0.0.4 - Add tests MD033-MD040, update dependencies.
* 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo. * 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo.
* 0.0.6 - Improve performance, simplify in-browser, update dependencies. * 0.0.6 - Improve performance, simplify in-browser, update dependencies.
* 0.0.7 - Add MD041, improve MD003, ignore front matter, update dependencies.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint [npm-url]: https://www.npmjs.com/package/markdownlint

View file

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