diff --git a/README.md b/README.md index 243a6a66..43a91d5c 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,8 @@ var results = window.markdownlint.sync(options).toString(); * 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.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. [npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-url]: https://www.npmjs.com/package/markdownlint diff --git a/demo/offline.appcache b/demo/offline.appcache index 88649654..e82cae4b 100644 --- a/demo/offline.appcache +++ b/demo/offline.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2016-10-23 +# 2016-11-02 default.css default.htm default.js diff --git a/package.json b/package.json index b92887ec..8b8b4d60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.2.0", + "version": "0.3.0", "description": "A Node.js style checker and lint tool for Markdown/CommonMark files.", "main": "lib/markdownlint.js", "author": "David Anson (https://dlaa.me/)",