From 5dd902c67a3ffa692187378d672e4e5aa1402858 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:24:37 +0000 Subject: [PATCH] chore(main): release 6.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3d38e8f..6ff829e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.6.0" + ".": "6.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08143ebe..1197fbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.7.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.6.0...v6.7.0) (2024-07-23) + + +### Features + +* Update CSpell version (8.11.0) ([#1857](https://github.com/streetsidesoftware/cspell-action/issues/1857)) ([ac7d231](https://github.com/streetsidesoftware/cspell-action/commit/ac7d2316774074546304dd93a14f0931c1d50e93)) +* Update CSpell version (8.12.1) ([#1863](https://github.com/streetsidesoftware/cspell-action/issues/1863)) ([8b71108](https://github.com/streetsidesoftware/cspell-action/commit/8b711081f3648da18832a6222fb4d9987ab0b3a8)) + + +### Updates and Bug Fixes + +* Update Dictionaries and Dependencies ([#1839](https://github.com/streetsidesoftware/cspell-action/issues/1839)) ([9edf12d](https://github.com/streetsidesoftware/cspell-action/commit/9edf12d48cdd683028078df0f34395ccba4b9ecb)) +* Update Dictionaries and Dependencies ([#1850](https://github.com/streetsidesoftware/cspell-action/issues/1850)) ([3f679e4](https://github.com/streetsidesoftware/cspell-action/commit/3f679e4cda1f3db1cf01c1b6ca2bec9cf64e0569)) +* Update Dictionaries and Dependencies ([#1858](https://github.com/streetsidesoftware/cspell-action/issues/1858)) ([16fe768](https://github.com/streetsidesoftware/cspell-action/commit/16fe7681c5a7ee8ec70c473d5c71b43821b6ba5a)) + ## [6.6.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.5.0...v6.6.0) (2024-07-06) diff --git a/package.json b/package.json index d0d5a3dc..d6e70bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.6.0", + "version": "6.7.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@9.4.0",