From 3e23d62ab28da3442b6dfa5b82672cac96a6f8e0 Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Tue, 5 Nov 2024 10:35:25 -0500 Subject: [PATCH] 3.13.2 --- 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 19b50b7..e72412f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-link-check", - "version": "3.13.1", + "version": "3.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-link-check", - "version": "3.13.1", + "version": "3.13.2", "license": "ISC", "dependencies": { "async": "^3.2.6", diff --git a/package.json b/package.json index 03bcb48..8fd4daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-link-check", - "version": "3.13.1", + "version": "3.13.2", "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"