diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45e8f4860..70fbe252f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.4.0" + ".": "6.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7c6366f..ea095d9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ 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.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.4.0...v6.0.0) (2024-03-03) + + +### ⚠ BREAKING CHANGES + +* Use locally installed `git` to determine file changes. ([#1596](https://github.com/streetsidesoftware/cspell-action/issues/1596)) + +### Features + +* Update CSpell version (8.5.0) ([#1610](https://github.com/streetsidesoftware/cspell-action/issues/1610)) ([377b602](https://github.com/streetsidesoftware/cspell-action/commit/377b6020d08cc5aa908a65fdaa96d0ceaa29c168)) +* Use locally installed `git` to determine file changes. ([#1596](https://github.com/streetsidesoftware/cspell-action/issues/1596)) ([5d97173](https://github.com/streetsidesoftware/cspell-action/commit/5d9717389b2b4df98a9c824c5f74f6971eeb431f)) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1599](https://github.com/streetsidesoftware/cspell-action/issues/1599)) ([f10d619](https://github.com/streetsidesoftware/cspell-action/commit/f10d61907fe69979fa07317e7338edc355890abd)) +* Update Octokit/core to v6 ([#1595](https://github.com/streetsidesoftware/cspell-action/issues/1595)) ([0ab9d54](https://github.com/streetsidesoftware/cspell-action/commit/0ab9d5479b053735a59405cf2f9f938c09e8405f)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1582](https://github.com/streetsidesoftware/cspell-action/issues/1582)) ([234423e](https://github.com/streetsidesoftware/cspell-action/commit/234423edd54c01aff0bd979c9bcc7cc30d267268)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1597](https://github.com/streetsidesoftware/cspell-action/issues/1597)) ([7962af3](https://github.com/streetsidesoftware/cspell-action/commit/7962af3264eb1721b0b5111febb30a599c3eac03)) + ## [5.4.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.3.0...v5.4.0) (2024-02-21) diff --git a/package.json b/package.json index b6fd81717..f985e419f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "5.4.0", + "version": "6.0.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@8.7.4",