From 6b51ade7a9e4a75a7ad929842dd298a3804ebe8b Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 28 Apr 2026 22:17:10 -0700 Subject: [PATCH] Update to version 23.1.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06433e..cb371fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint-cli2-action", - "version": "23.0.0", + "version": "23.1.0", "description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library", "author": { "name": "David Anson",