Skip to content

Commit

Permalink
Bump version 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 9, 2023
1 parent 8f3daa1 commit 1d2f248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -134,7 +134,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.37.0
rev: v0.38.0
hooks:
- id: markdownlint
```
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "markdownlint-cli",
"version": "0.37.0",
"version": "0.38.0",
"description": "MarkdownLint Command Line Interface",
"main": "markdownlint.js",
"bin": {
Expand Down

0 comments on commit 1d2f248

Please sign in to comment.