diff --git a/README.md b/README.md index 33d642c2f..4a6c16019 100644 --- a/README.md +++ b/README.md @@ -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.33.0 + rev: v0.34.0 hooks: - id: markdownlint ``` diff --git a/package-lock.json b/package-lock.json index 01467f87c..1050b0625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownlint-cli", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdownlint-cli", - "version": "0.33.0", + "version": "0.34.0", "license": "MIT", "dependencies": { "commander": "~10.0.1", diff --git a/package.json b/package.json index b966f292d..6d7257ef6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.33.0", + "version": "0.34.0", "description": "MarkdownLint Command Line Interface", "main": "markdownlint.js", "bin": {