diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ff829e6..adf2c9bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.0" + ".": "6.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1197fbc2..713231a0 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.7.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.0...v6.7.1) (2024-07-23) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1865](https://github.com/streetsidesoftware/cspell-action/issues/1865)) ([9fb3c71](https://github.com/streetsidesoftware/cspell-action/commit/9fb3c716f1c8d4c725b0fa347ed6f3b05a3fcf95)) + ## [6.7.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.6.0...v6.7.0) (2024-07-23) diff --git a/package.json b/package.json index 28e31739..45f2db3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.7.0", + "version": "6.7.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",