Skip to content

Commit

Permalink
Bump version 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jul 23, 2021
1 parent 2462df0 commit 09cd9b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ markdownlint --help
-d, --dot include files/folders with a dot (for example `.github`)
-f, --fix fix basic errors (does not work with STDIN)
-i, --ignore [file|directory|glob] file(s) to ignore/exclude
-j, --json write issues in json format
-j, --json write issues in json format
-o, --output [outputFile] write issues to file (no console)
-p, --ignore-path [file] path to file with ignore pattern(s)
-r, --rules [file|directory|glob|package] custom rule files
Expand Down Expand Up @@ -117,7 +117,7 @@ To run `markdownlint-cli` as part of a [pre-commit][pre-commit] workflow, add so

```yaml
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
rev: v0.28.0
hooks:
- id: markdownlint
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint-cli",
"version": "0.27.1",
"version": "0.28.0",
"description": "MarkdownLint Command Line Interface",
"main": "markdownlint.js",
"bin": {
Expand Down

0 comments on commit 09cd9b0

Please sign in to comment.