From 5dcdb55952270d9775860531226d9c8807b4bbd7 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 10 Mar 2018 21:46:52 -0800 Subject: [PATCH] Update to version 0.8.0. --- README.md | 2 ++ demo/offline.appcache | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10e53e5b..e190c449 100644 --- a/README.md +++ b/README.md @@ -676,6 +676,8 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo * 0.6.4 - Improve MD029/MD042, update dependencies. * 0.7.0 - `resultVersion` defaults to 2 (breaking change), add MD045, improve MD029, remove trimLeft/trimRight, split rules, refactor, update dependencies. +* 0.8.0 - Add support for using and authoring custom rules, improve MD004/MD007/MD013, + add `engines` to `package.json`, refactor, update dependencies. [npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-url]: https://www.npmjs.com/package/markdownlint diff --git a/demo/offline.appcache b/demo/offline.appcache index e046cd62..11bf0ae5 100644 --- a/demo/offline.appcache +++ b/demo/offline.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2018-01-22 +# 2018-03-10 default.css default.htm default.js diff --git a/package.json b/package.json index 83bc6ee9..22faa1d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.7.0", + "version": "0.8.0", "description": "A Node.js style checker and lint tool for Markdown/CommonMark files.", "main": "lib/markdownlint.js", "author": "David Anson (https://dlaa.me/)",