diff --git a/.release-please-manifest.json b/.release-please-manifest.json index adf2c9bc..461ff6a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.1" + ".": "6.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 713231a0..9c517e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.1...v6.7.2) (2024-07-27) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1868](https://github.com/streetsidesoftware/cspell-action/issues/1868)) ([7f7b117](https://github.com/streetsidesoftware/cspell-action/commit/7f7b11761d1e1fce5bade4c3040dddd88de734dd)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1864](https://github.com/streetsidesoftware/cspell-action/issues/1864)) ([4cb63fa](https://github.com/streetsidesoftware/cspell-action/commit/4cb63fa22c527d3b1f989d07d2325f2c6b4ef128)) + ## [6.7.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.0...v6.7.1) (2024-07-23) diff --git a/package.json b/package.json index a2449708..486434ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.7.1", + "version": "6.7.2", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",