Update to version 0.10.0.

This commit is contained in:
David Anson 2018-05-27 21:25:40 -07:00
parent c31b31e5cf
commit 2710c375b3
3 changed files with 4 additions and 2 deletions

View file

@ -713,6 +713,8 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo
* 0.9.0 - Remove support for end-of-life Node versions 0.10/0.12/4, change "header" to
"heading" per spec (non-breaking), improve MD003/MD009/MD041, handle uncommon
line-break characters, refactor for ES6, update dependencies.
* 0.10.0 - Add support for non-JSON configuration files, pass file/string name to custom
rules, 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-05-13
# 2018-05-27
default.css
default.htm
default.js

View file

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