diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70fbe252f..d63d575c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2811ed6f7..9135005cf 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. +## [6.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.0.0...v6.1.0) (2024-03-26) + + +### Features + +* Update CSpell version (8.6.0) ([#1621](https://github.com/streetsidesoftware/cspell-action/issues/1621)) ([8692805](https://github.com/streetsidesoftware/cspell-action/commit/8692805c7f5fb63bb11848be4ea03f372058e268)) + + +### Updates and Bug Fixes + +* Update CSpell version (8.6.1) ([#1643](https://github.com/streetsidesoftware/cspell-action/issues/1643)) ([371d543](https://github.com/streetsidesoftware/cspell-action/commit/371d543d76b7460fd5acf1209788f2714132ff78)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1612](https://github.com/streetsidesoftware/cspell-action/issues/1612)) ([fd638a2](https://github.com/streetsidesoftware/cspell-action/commit/fd638a231726ffb99c64658268f1f0031184cac9)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1622](https://github.com/streetsidesoftware/cspell-action/issues/1622)) ([f83222a](https://github.com/streetsidesoftware/cspell-action/commit/f83222a4352d84572dc6d55cba4a712f1de8d2d7)) + ## [6.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.4.0...v6.0.0) (2024-03-03) diff --git a/package.json b/package.json index 65afe4496..ebe093149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.0.0", + "version": "6.1.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@8.7.4",