From e24f69ae906a7634e483c474349bcb91891b18ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:02:48 +0000 Subject: [PATCH] chore(main): release 5.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45e8f4860..2b19d519b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.4.0" + ".": "5.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7c6366f..63380738c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.4.1](https://github.com/streetsidesoftware/cspell-action/compare/v5.4.0...v5.4.1) (2024-02-27) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update ALL Dependencies (main) ([#1582](https://github.com/streetsidesoftware/cspell-action/issues/1582)) ([234423e](https://github.com/streetsidesoftware/cspell-action/commit/234423edd54c01aff0bd979c9bcc7cc30d267268)) + ## [5.4.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.3.0...v5.4.0) (2024-02-21) diff --git a/package.json b/package.json index d7d267902..3a66fd9cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "5.4.0", + "version": "5.4.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,