Update to version 0.17.0.

This commit is contained in:
David Anson 2019-10-04 21:46:06 -07:00
parent dc39509f25
commit 377323d872
4 changed files with 6 additions and 3 deletions

View file

@ -802,6 +802,9 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
MD009/MD013/MD026/MD033/MD036, update dependencies.
* 0.16.0 - Add custom rule sample for linting code, improve MD026/MD031/MD033/MD038,
update dependencies.
* 0.17.0 - Add `resultVersion` 3 to support fix information for default and custom rules,
add fix information for 24 rules, update newline handling to match latest
CommonMark specification, improve MD014/MD037/MD039, 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-08-04
# 2019-10-04
default.css
default.htm
default.js

View file

@ -1,6 +1,6 @@
{
"name": "markdownlint-rule-helpers",
"version": "0.4.0",
"version": "0.5.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.16.0",
"version": "0.17.0",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"main": "lib/markdownlint.js",
"author": "David Anson (https://dlaa.me/)",