Skip to content

Commit 65fe7f8

Browse files
committed
Update to version 0.0.8.
1 parent 74c845e commit 65fe7f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ $ markdownlint-cli2 "**/*.md" "#node_modules"
236236
- 0.0.5 - Improve support for ignoring files
237237
- 0.0.6 - Improve handling of very large directory trees
238238
- 0.0.7 - Support `.markdownlint-cli2.js` and `.markdownlint.js`
239+
- 0.0.8 - Support `.markdownlint-cli2.yaml`, add progress
239240

240241
<!-- markdownlint-disable line-length -->
241242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli2",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the `markdownlint` library",
55
"author": {
66
"name": "David Anson",

0 commit comments

Comments
 (0)