From 4240b965d26b461326fa4d8f807330670d4e60b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:13:30 +0000 Subject: [PATCH] chore(main): release 6.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2cd7147..15f01e9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.10.0" + ".": "6.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cbc980..2a2ee750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.10.0...v6.10.1) (2025-01-07) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#2102](https://github.com/streetsidesoftware/cspell-action/issues/2102)) ([cab8097](https://github.com/streetsidesoftware/cspell-action/commit/cab8097b70be422a9391fc5e1fd8bb8079f3e530)) +* Update Dictionaries and Dependencies ([#2105](https://github.com/streetsidesoftware/cspell-action/issues/2105)) ([a221622](https://github.com/streetsidesoftware/cspell-action/commit/a221622a423a6a77ebda1e0278f1f461f62e301b)) +* Update Dictionaries and Dependencies ([#2110](https://github.com/streetsidesoftware/cspell-action/issues/2110)) ([e15e2a6](https://github.com/streetsidesoftware/cspell-action/commit/e15e2a6478e0b54bd305d04a09d2e250cf201a73)) +* Update Dictionaries and Dependencies ([#2111](https://github.com/streetsidesoftware/cspell-action/issues/2111)) ([bb7954c](https://github.com/streetsidesoftware/cspell-action/commit/bb7954c72a309cd0b551550ebe7220946be417f0)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2096](https://github.com/streetsidesoftware/cspell-action/issues/2096)) ([09a0346](https://github.com/streetsidesoftware/cspell-action/commit/09a03469db6ea39d1ed16b89dbeb1ba5dc5c80bb)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2100](https://github.com/streetsidesoftware/cspell-action/issues/2100)) ([e4e6343](https://github.com/streetsidesoftware/cspell-action/commit/e4e634336f8bf28991d19df90db0efb9454db440)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2107](https://github.com/streetsidesoftware/cspell-action/issues/2107)) ([7ea6c27](https://github.com/streetsidesoftware/cspell-action/commit/7ea6c27f22ab49deee3cfd18b247d01f7cbfe3ff)) + ## [6.10.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.9.0...v6.10.0) (2024-12-17) diff --git a/package.json b/package.json index 1ac5c9d5..6a49ef4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.10.0", + "version": "6.10.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",