From bf7d9579de07a65bf6e0274584c6385396a2a611 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:30:36 +0000 Subject: [PATCH] chore(main): release 6.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 12 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..b694675b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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) (2024-12-30) + + +### 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)) +* 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)) + ## [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 44eaa0a1..a316b443 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",