From 934c74da3775ac844ec89503f666f67efb427fed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:38:52 +0200 Subject: [PATCH] chore(main): release 6.8.1 (#1884) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b13c41c..4f4f3db6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.0" + ".": "6.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c033a3..ab18e0d8 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.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.8.0...v6.8.1) (2024-08-12) + + +### Updates and Bug Fixes + +* Fail the action if there are errors ([#1902](https://github.com/streetsidesoftware/cspell-action/issues/1902)) ([d979ffd](https://github.com/streetsidesoftware/cspell-action/commit/d979ffd15daedb095eaeb6249b91f7f0c7ea554d)) +* Update CSpell version (8.13.2) ([#1894](https://github.com/streetsidesoftware/cspell-action/issues/1894)) ([c368c41](https://github.com/streetsidesoftware/cspell-action/commit/c368c411784b37f639d007a8fe07743a72259e3a)) +* Update CSpell version (8.13.3) ([#1903](https://github.com/streetsidesoftware/cspell-action/issues/1903)) ([f48c158](https://github.com/streetsidesoftware/cspell-action/commit/f48c1581b9c6ea17e955856140e03e83c20023ff)) +* Update Dictionaries and Dependencies ([#1883](https://github.com/streetsidesoftware/cspell-action/issues/1883)) ([3dfff3f](https://github.com/streetsidesoftware/cspell-action/commit/3dfff3f708988a84f16802c20979fe0556342aeb)) +* Update Dictionaries and Dependencies ([#1886](https://github.com/streetsidesoftware/cspell-action/issues/1886)) ([33f6e64](https://github.com/streetsidesoftware/cspell-action/commit/33f6e64c712b9e0ceb9eea3e44a49916e17d0d29)) +* Update Dictionaries and Dependencies ([#1890](https://github.com/streetsidesoftware/cspell-action/issues/1890)) ([9e04952](https://github.com/streetsidesoftware/cspell-action/commit/9e04952e47d75fc31d1c8163b18f168d6e468f89)) +* Update Dictionaries and Dependencies ([#1896](https://github.com/streetsidesoftware/cspell-action/issues/1896)) ([38b9280](https://github.com/streetsidesoftware/cspell-action/commit/38b92802283e601651713be8fb990a0fd4c0d307)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1901](https://github.com/streetsidesoftware/cspell-action/issues/1901)) ([741dbfa](https://github.com/streetsidesoftware/cspell-action/commit/741dbfa9389f4ab1402c7c15f475e5d43703a528)) + ## [6.8.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.7.1...v6.8.0) (2024-08-02) diff --git a/package.json b/package.json index e0ff6f91..2609b513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.8.0", + "version": "6.8.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",