From eed217a0544be1880a6688659b66a6e94432f27a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:06:27 +0000 Subject: [PATCH] chore(main): release 6.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2802ceea..f2cd7147 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.9.0" + ".": "6.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bcc6f3e..af6a0764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.10.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.9.0...v6.10.0) (2024-11-23) + + +### Features + +* Update CSpell version (8.16.0) ([#2038](https://github.com/streetsidesoftware/cspell-action/issues/2038)) ([3b90e5a](https://github.com/streetsidesoftware/cspell-action/commit/3b90e5a5ff609ad35176d3813b4454ada67cd3f8)) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#2049](https://github.com/streetsidesoftware/cspell-action/issues/2049)) ([95aeedc](https://github.com/streetsidesoftware/cspell-action/commit/95aeedca29aa8569cdf090f0a4ac7872a2c11417)) +* Update Dictionaries and Dependencies ([#2057](https://github.com/streetsidesoftware/cspell-action/issues/2057)) ([25f6b96](https://github.com/streetsidesoftware/cspell-action/commit/25f6b9680256c47354dd04cdef56f550c00b6685)) +* Update Dictionaries and Dependencies ([#2059](https://github.com/streetsidesoftware/cspell-action/issues/2059)) ([5363fc8](https://github.com/streetsidesoftware/cspell-action/commit/5363fc8ea0ede6039b3f80cfab3253f3cefaaf7b)) +* Update Dictionaries and Dependencies ([#2065](https://github.com/streetsidesoftware/cspell-action/issues/2065)) ([74e4b99](https://github.com/streetsidesoftware/cspell-action/commit/74e4b999f5e5f945fc2fe75ea63e0d55b81b7b23)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2058](https://github.com/streetsidesoftware/cspell-action/issues/2058)) ([f1a3efb](https://github.com/streetsidesoftware/cspell-action/commit/f1a3efbcc7d5be2f315b7c49cbec06078c6697e1)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2060](https://github.com/streetsidesoftware/cspell-action/issues/2060)) ([857edaf](https://github.com/streetsidesoftware/cspell-action/commit/857edaf1ebd992ff0356996d16d85b94cb9170e6)) + ## [6.9.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.8.1...v6.9.0) (2024-11-04) diff --git a/package.json b/package.json index dfdd46af..45109c02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.9.0", + "version": "6.10.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",