From d5050beafa4c21773a264901d2cdf61ab8818f6e Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 27 Sep 2015 12:07:54 -0700 Subject: [PATCH] Update to version 0.0.8. --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d97e1e5b..ff9df1ee 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ var results = window.markdownlint.sync(options).toString(); * 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.7 - Add MD041, improve MD003, ignore front matter, update dependencies. +* 0.0.8 - Support disabling/enabling rules inline, improve code fence, 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 2a152f40..f93291fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.0.7", + "version": "0.0.8", "description": "A Node.js style checker and lint tool for Markdown files.", "main": "lib/markdownlint.js", "author": "David Anson (http://dlaa.me/)",