Update to version 0.3.1.

This commit is contained in:
David Anson 2016-11-12 20:25:07 -08:00
parent a1f4daadf6
commit 56f3abe600
3 changed files with 4 additions and 3 deletions

View file

@ -540,10 +540,11 @@ var results = window.markdownlint.sync(options).toString();
* 0.0.7 - Add MD041, improve MD003, ignore front matter, update dependencies.
* 0.0.8 - Support disabling/enabling rules inline, improve code fence, dependencies.
* 0.1.0 - Add aliases, exceptions for MD033, exclusions for MD013, dependencies.
* 0.1.1 - Fix bug handling HTML in tables, reference markdownlint-cli.
* 0.1.1 - Fix bug handling HTML in tables, reference markdownlint-cli.
* 0.2.0 - Add MD042/MD043, enhance MD002/MD003/MD004/MD007/MD011/MD025/MD041, dependencies.
* 0.3.0 - More detailed error reporting with `resultVersion`, enhance MD010/MD012/MD036,
fixes for MD027/MD029/MD030, include JSON schema, dependencies.
* 0.3.1 - Fix regressions in 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
# 2016-11-02
# 2016-11-12
default.css
default.htm
default.js

View file

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