diff --git a/README.md b/README.md index 71db21ce..78f8f51b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6795a08f..aeb95d4d 100644 --- a/package.json +++ b/package.json @@ -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/)",