From 1da7064094b4fa08c987a5b490813c91c6f51c8d Mon Sep 17 00:00:00 2001 From: David Anson Date: Fri, 20 Mar 2015 00:29:36 -0700 Subject: [PATCH] Update to version 0.0.3. --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8679a049..09dcf600 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ bad.md: 3: MD018 No space after hash on atx style header * 0.0.1 - Initial release. * 0.0.2 - Improve documentation, tests, and code. +* 0.0.3 - Add synchronous API, improve documentation and code. [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 f30a9dd7..ab2a36a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.0.2", + "version": "0.0.3", "description": "A Node.js style checker and lint tool for Markdown files.", "main": "lib/markdownlint.js", "author": "David Anson (http://dlaa.me/)",