From 4c2036a1311b4ffc8b3851b83c30df7212c6692b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:17:23 +0000 Subject: [PATCH] chore(main): release 5.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 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..ee532f898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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 + +* Update Octokit/core to v6 ([#1595](https://github.com/streetsidesoftware/cspell-action/issues/1595)) ([0ab9d54](https://github.com/streetsidesoftware/cspell-action/commit/0ab9d5479b053735a59405cf2f9f938c09e8405f)) +* 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 2fa4f032a..5f08e7878 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", "private": true, "packageManager": "pnpm@8.7.4",