Update to version 0.9.0.

This commit is contained in:
David Anson 2018-05-13 16:41:59 -07:00
parent 37e360eca1
commit 43a50c4cad
3 changed files with 5 additions and 2 deletions

View file

@ -686,6 +686,9 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo
* 0.8.0 - Add support for using and authoring custom rules, improve MD004/MD007/MD013,
add `engines` to `package.json`, refactor, update dependencies.
* 0.8.1 - Update item loop to be iterative, improve MD014, update dependencies.
* 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.
[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-03-20
# 2018-05-13
default.css
default.htm
default.js

View file

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