Skip to content

Commit

Permalink
Bump version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Mar 2, 2021
1 parent 0d80107 commit d0051f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ To run `markdownlint-cli` as part of a [pre-commit](https://pre-commit.com/) wor

```yaml
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.26.0
rev: v0.27.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.26.0",
"version": "0.27.0",
"description": "MarkdownLint Command Line Interface",
"main": "markdownlint.js",
"bin": {
Expand Down

0 comments on commit d0051f7

Please sign in to comment.