Skip to content

Commit 586c3ea

Browse files
committed
Bump version 0.44.0
1 parent 82e9668 commit 586c3ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To run `markdownlint-cli` as part of a [pre-commit][pre-commit] workflow, add so
142142

143143
```yaml
144144
- repo: https://github.com/igorshubovych/markdownlint-cli
145-
rev: v0.43.0
145+
rev: v0.44.0
146146
hooks:
147147
- id: markdownlint
148148
```

markdownlint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import jsonpointer from 'jsonpointer';
1616
const require = Module.createRequire(import.meta.url);
1717
const options = program.opts();
1818
// The following two values are copied from package.json (and validated by tests)
19-
const version = '0.43.0';
19+
const version = '0.44.0';
2020
const description = 'MarkdownLint Command Line Interface';
2121

2222
function posixPath(p) {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdownlint-cli",
3-
"version": "0.43.0",
3+
"version": "0.44.0",
44
"description": "MarkdownLint Command Line Interface",
55
"type": "module",
66
"main": "markdownlint.js",

0 commit comments

Comments
 (0)