From 6eb87310ae9cb344fb342ea01a2f74979fb31b86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 09:57:38 +0200 Subject: [PATCH] chore(main): release 2.26.1 (#1233) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3dda1860..f0e8e7660 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.26.0" + ".": "2.26.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8165ab1c7..67c68f7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [2.26.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.0...v2.26.1) (2023-04-05) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update ALL Dependencies (main) ([#1236](https://github.com/streetsidesoftware/cspell-action/issues/1236)) ([6036a8d](https://github.com/streetsidesoftware/cspell-action/commit/6036a8dd1c4e4f08423add7310d186de2faba5dc)) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies (main) ([#1232](https://github.com/streetsidesoftware/cspell-action/issues/1232)) ([89a3d2a](https://github.com/streetsidesoftware/cspell-action/commit/89a3d2a1044cf36e0fe5fa11b54fd2232015b081)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1239](https://github.com/streetsidesoftware/cspell-action/issues/1239)) ([ad87685](https://github.com/streetsidesoftware/cspell-action/commit/ad8768577ea6bde6963b1e807b1c3ed4f4ccf69d)) + ## [2.26.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.25.0...v2.26.0) (2023-03-26) diff --git a/package.json b/package.json index 303f5f87a..91d262909 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.26.0", + "version": "2.26.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,