diff --git a/.release-please-manifest.json b/.release-please-manifest.json index adf2c9bc..7b13c41c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.7.1" + ".": "6.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 713231a0..78c033a3 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.8.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.1...v6.8.0) (2024-08-02) + + +### Features + +* Update CSpell version (8.13.0) ([#1877](https://github.com/streetsidesoftware/cspell-action/issues/1877)) ([715bb5b](https://github.com/streetsidesoftware/cspell-action/commit/715bb5bc7469f23108868999516a473e3d142517)) + + +### Updates and Bug Fixes + +* Update CSpell version (8.13.1) ([#1881](https://github.com/streetsidesoftware/cspell-action/issues/1881)) ([fdd2fdb](https://github.com/streetsidesoftware/cspell-action/commit/fdd2fdbb5f44082df3c196c0c1f73d02e1d86640)) +* 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 8ca80eb9..4325ca29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.7.1", + "version": "6.8.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",