diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8792e96f..320f276d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0" + ".": "6.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b31f33e..b2e680ab 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. +## [6.3.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.3.0...v6.3.1) (2024-05-27) + + +### Updates and Bug Fixes + +* Update CSpell version (8.8.2) ([#1738](https://github.com/streetsidesoftware/cspell-action/issues/1738)) ([0930989](https://github.com/streetsidesoftware/cspell-action/commit/093098944f252a7cd0138bf441a780e852b257c6)) +* Update CSpell version (8.8.3) ([#1743](https://github.com/streetsidesoftware/cspell-action/issues/1743)) ([8ef7183](https://github.com/streetsidesoftware/cspell-action/commit/8ef718382f35a51d68daeebaf6f70abc451ab82a)) +* Update Dictionaries and Dependencies ([#1726](https://github.com/streetsidesoftware/cspell-action/issues/1726)) ([625b456](https://github.com/streetsidesoftware/cspell-action/commit/625b45618098a0217270979d03dc9b2928a4e9c4)) +* Update Dictionaries and Dependencies ([#1733](https://github.com/streetsidesoftware/cspell-action/issues/1733)) ([cbb4e6f](https://github.com/streetsidesoftware/cspell-action/commit/cbb4e6fcf3fde7f4dd953c674be228944ebd594e)) +* Update Dictionaries and Dependencies ([#1749](https://github.com/streetsidesoftware/cspell-action/issues/1749)) ([c844349](https://github.com/streetsidesoftware/cspell-action/commit/c844349726f1197653d765a86054a3138b6725e7)) +* Update Dictionaries and Dependencies ([#1751](https://github.com/streetsidesoftware/cspell-action/issues/1751)) ([e57ad9d](https://github.com/streetsidesoftware/cspell-action/commit/e57ad9d90cf86a5b7732727df057de2e6c2ff0ba)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1736](https://github.com/streetsidesoftware/cspell-action/issues/1736)) ([4a016c5](https://github.com/streetsidesoftware/cspell-action/commit/4a016c5b82afc177b2b9240c4c6741931c6980f6)) + ## [6.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) (2024-05-10) diff --git a/package.json b/package.json index 1b80f019..0fa0ad38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.3.0", + "version": "6.3.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@8.15.7",