From 1a97f22963c12238ce3d9ce93a44bc9119b1cb5b Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Sun, 10 Mar 2024 14:06:03 -0400 Subject: [PATCH] 3.12.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17803e5..f0318d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-link-check", - "version": "3.11.2", + "version": "3.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-link-check", - "version": "3.11.2", + "version": "3.12.0", "license": "ISC", "dependencies": { "async": "^3.2.5", diff --git a/package.json b/package.json index ddc8be5..37e59f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-link-check", - "version": "3.11.2", + "version": "3.12.0", "description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead", "bin": { "markdown-link-check": "markdown-link-check"