diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3d38e8f..1c6480ca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08143ebe..af57ff6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.6.0...v6.6.1) (2024-07-16) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1839](https://github.com/streetsidesoftware/cspell-action/issues/1839)) ([9edf12d](https://github.com/streetsidesoftware/cspell-action/commit/9edf12d48cdd683028078df0f34395ccba4b9ecb)) + ## [6.6.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.5.0...v6.6.0) (2024-07-06) diff --git a/package.json b/package.json index 32b76985..b9d10347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.6.0", + "version": "6.6.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",