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