diff --git a/README.md b/README.md index 4f4350d1a..2147a4132 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/package-lock.json b/package-lock.json index 1b33e80c2..df058fb09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.26.0", + "version": "0.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57a21e2af..35d789d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.26.0", + "version": "0.27.0", "description": "MarkdownLint Command Line Interface", "main": "markdownlint.js", "bin": {