From 82d9c36d6fa53711a4304d393665c2167de89358 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 18 Jul 2017 21:51:01 -0700 Subject: [PATCH] Update to version 0.6.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 92f75e8f..b504c500 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,8 @@ var results = window.markdownlint.sync(options).toString(); * 0.4.1 - Fixes for MD038/front matter, improvements to MD044, update dependencies. * 0.5.0 - Add shareable configuration, noInlineConfig option, README links, fix MD030, improve MD009/MD041, update dependencies. +* 0.6.0 - `resultVersion` defaults to 1 (breaking change), ignore HTML comments, TOML + front matter, fixes for MD044, 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 85aa13e6..ceef2756 100644 --- a/demo/offline.appcache +++ b/demo/offline.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2017-05-22 +# 2017-07-18 default.css default.htm default.js diff --git a/package.json b/package.json index ff3c46be..98b2ae48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.5.0", + "version": "0.6.0", "description": "A Node.js style checker and lint tool for Markdown/CommonMark files.", "main": "lib/markdownlint.js", "author": "David Anson (https://dlaa.me/)",