Update to version 0.14.1.

This commit is contained in:
David Anson 2019-05-08 22:12:25 -07:00
parent 608f875fc2
commit 0b9b74ccfd
3 changed files with 3 additions and 2 deletions

View file

@ -751,6 +751,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
* 0.14.0 - Remove support for end-of-life Node version 6, introduce `markdownlint-rule-helpers`, * 0.14.0 - Remove support for end-of-life Node version 6, introduce `markdownlint-rule-helpers`,
add MD046/MD047, improve MD033/MD034/MD039, improve custom rule validation and add MD046/MD047, improve MD033/MD034/MD039, improve custom rule validation and
in-browser demo, update dependencies. in-browser demo, update dependencies.
* 0.14.1 - Improve MD033.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint [npm-url]: https://www.npmjs.com/package/markdownlint

View file

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 2019-05-07 # 2019-05-08
default.css default.css
default.htm default.htm
default.js default.js

View file

@ -1,6 +1,6 @@
{ {
"name": "markdownlint", "name": "markdownlint",
"version": "0.14.0", "version": "0.14.1",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.", "description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"main": "lib/markdownlint.js", "main": "lib/markdownlint.js",
"author": "David Anson (https://dlaa.me/)", "author": "David Anson (https://dlaa.me/)",