Update to version 0.15.0.

This commit is contained in:
David Anson 2019-06-09 16:51:41 -07:00
parent 569e4c175b
commit 1ae512be69
4 changed files with 5 additions and 3 deletions

View file

@ -790,6 +790,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
in-browser demo, update dependencies.
* 0.14.1 - Improve MD033.
* 0.14.2 - Improve MD047, add `handleRuleFailures` option.
* 0.15.0 - Add `markdownlint-capture`/`markdownlint-restore` inline comments, improve
MD009/MD013/MD026/MD033/MD036, update dependencies.
[npm-image]: https://img.shields.io/npm/v/markdownlint.svg
[npm-url]: https://www.npmjs.com/package/markdownlint

View file

@ -1,5 +1,5 @@
CACHE MANIFEST
# 2019-05-18
# 2019-06-09
default.css
default.htm
default.js

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint-rule-helpers",
"version": "0.2.1",
"version": "0.3.0",
"description": "A collection of markdownlint helper functions for custom rules",
"main": "helpers.js",
"author": "David Anson (https://dlaa.me/)",

View file

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