From 88f5e62afbc373fb23bdf78010adab5e8b37ee98 Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 29 Apr 2024 20:39:11 -0700 Subject: [PATCH] Bump version 0.40.0 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e798b69f..556bf768 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,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.39.0 + rev: v0.40.0 hooks: - id: markdownlint ``` diff --git a/package-lock.json b/package-lock.json index d11ce505..6a8fcb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownlint-cli", - "version": "0.39.0", + "version": "0.40.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdownlint-cli", - "version": "0.39.0", + "version": "0.40.0", "license": "MIT", "dependencies": { "commander": "~12.0.0", diff --git a/package.json b/package.json index cd43aa5b..c5e70a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.39.0", + "version": "0.40.0", "description": "MarkdownLint Command Line Interface", "main": "markdownlint.js", "bin": {