From c811a37c63edda2b64a1ee88fb75b55ff4998430 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:19:18 +0000 Subject: [PATCH] chore(main): release 2.26.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbcd74d12..11fc3a2df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.26.3" + ".": "2.26.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3107eef24..6a12e1dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.4](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.3...v2.26.4) (2023-08-16) + + +### Updates and Bug Fixes + +* Update CSpell to (6.31.3) (main) ([#1331](https://github.com/streetsidesoftware/cspell-action/issues/1331)) ([f21ebc4](https://github.com/streetsidesoftware/cspell-action/commit/f21ebc42fa6a2095c4bcb41a9fb8a5fb45f387bd)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1330](https://github.com/streetsidesoftware/cspell-action/issues/1330)) ([ef5923e](https://github.com/streetsidesoftware/cspell-action/commit/ef5923ed868c54327b52d69f515662a48c270260)) + + +### Miscellaneous + +* use `esbuild` to reduce the size of the action ([#1334](https://github.com/streetsidesoftware/cspell-action/issues/1334)) ([dd47421](https://github.com/streetsidesoftware/cspell-action/commit/dd47421bf531b11c8470fd6f1940cf25b06716ac)) +* Use vitest instead of jest ([#1335](https://github.com/streetsidesoftware/cspell-action/issues/1335)) ([8e9c948](https://github.com/streetsidesoftware/cspell-action/commit/8e9c948504bb13442171af38ce8c3cc7fbf083ce)) + ## [2.26.3](https://github.com/streetsidesoftware/cspell-action/compare/v2.26.2...v2.26.3) (2023-07-20) diff --git a/package.json b/package.json index 1c0d79da1..8e5c7f43d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.26.3", + "version": "2.26.4", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,