From dcc348792b9e684fdc52163c2e4fe6642ede3ffd Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 20 Aug 2022 15:23:36 -0700 Subject: [PATCH] Bump version 0.32.2 --- 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 599d4686..2b2ab04b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,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.32.1 + rev: v0.32.2 hooks: - id: markdownlint ``` diff --git a/package-lock.json b/package-lock.json index f613cece..ff451922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdownlint-cli", - "version": "0.32.1", + "version": "0.32.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdownlint-cli", - "version": "0.32.1", + "version": "0.32.2", "license": "MIT", "dependencies": { "commander": "~9.4.0", diff --git a/package.json b/package.json index 81457cea..97d8e416 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli", - "version": "0.32.1", + "version": "0.32.2", "description": "MarkdownLint Command Line Interface", "main": "markdownlint.js", "bin": {