From 95d23b9a11f615faded1e804e14d2969a996ed48 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 18 May 2019 13:36:06 -0700 Subject: [PATCH] Update to version 0.14.2. --- README.md | 3 ++- demo/offline.appcache | 2 +- helpers/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 934ce0a9..2f99d4eb 100644 --- a/README.md +++ b/README.md @@ -740,7 +740,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. * 0.3.1 - Fix regressions in MD032/MD038, update dependencies. * 0.4.0 - Add MD044, enhance MD013/MD032/MD041/MD042/MD043, fix for MD038, dependencies. * 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, +* 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. @@ -768,6 +768,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. add MD046/MD047, improve MD033/MD034/MD039, improve custom rule validation and in-browser demo, update dependencies. * 0.14.1 - Improve MD033. + * 0.14.2 - Improve MD047, add `handleRuleFailures` option. [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 2cba4550..4754343d 100644 --- a/demo/offline.appcache +++ b/demo/offline.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2019-05-08 +# 2019-05-18 default.css default.htm default.js diff --git a/helpers/package.json b/helpers/package.json index 6cb0aa47..3b2df245 100644 --- a/helpers/package.json +++ b/helpers/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-rule-helpers", - "version": "0.2.0", + "version": "0.2.1", "description": "A collection of markdownlint helper functions for custom rules", "main": "helpers.js", "author": "David Anson (https://dlaa.me/)", diff --git a/package.json b/package.json index 8f845542..b591f21c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.14.1", + "version": "0.14.2", "description": "A Node.js style checker and lint tool for Markdown/CommonMark files.", "main": "lib/markdownlint.js", "author": "David Anson (https://dlaa.me/)",