Update to version 0.0.4.

This commit is contained in:
David Anson 2015-04-17 22:04:45 -07:00
parent dcbdef07ea
commit fde1947031
2 changed files with 3 additions and 2 deletions

View file

@ -327,9 +327,10 @@ bad.md: 3: MD018 No space after hash on atx style header
## History
* 0.0.1 - Initial release.
* 0.0.1 - Initial release, includes tests MD001-MD032.
* 0.0.2 - Improve documentation, tests, and code.
* 0.0.3 - Add synchronous API, improve documentation and code.
* 0.0.4 - Add tests MD033-MD040, update dependencies.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint

View file

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