From e3f67ac1e6aeef76203ed205fe877fe0fbd8146b Mon Sep 17 00:00:00 2001 From: Nick Osborn Date: Thu, 12 Jun 2025 18:08:47 +0800 Subject: [PATCH] Bump version to v3.5.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7a581..58f4df0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic usage with all options enabled: ```yaml - name: markdownlint-cli - uses: nosborn/github-action-markdown-cli@v3.4.0 + uses: nosborn/github-action-markdown-cli@v3.5.0 with: files: . config_file: .markdownlint.yaml diff --git a/package.json b/package.json index 10dcfd6..0c722cd 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ }, "name": "github-action-markdown-cli", "private": true, - "version": "3.4.0" + "version": "3.5.0" }