Update to version 0.12.0.

This commit is contained in:
David Anson 2019-02-03 21:40:05 -08:00
parent 1ada55fd60
commit 045238740f
4 changed files with 5 additions and 3 deletions

View file

@ -740,6 +740,8 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
rules, update dependencies.
* 0.11.0 - Improve MD005/MD024/MD029/MD038, improve custom rule example, add CONTRIBUTING.md,
update dependencies.
* 0.12.0 - Add `information` link for custom rules, `markdownItPlugins` for extensibility,
improve MD023/MD032/MD038, 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
# 2018-07-21
# 2019-02-03
default.css
default.htm
default.js

View file

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

View file

@ -21,7 +21,7 @@
"lineNumber": 47,
"ruleNames": [ "MD032", "blanks-around-lists" ],
"ruleDescription": "Lists should be surrounded by blank lines",
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.11.0/doc/Rules.md#md032",
"ruleInformation": "https://github.com/DavidAnson/markdownlint/blob/v0.0.0/doc/Rules.md#md032",
"errorDetail": null,
"errorContext": "* List",
"errorRange": null