From af98c90f0d07f8bd2e3659b367326f7371eee87a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:18:14 +0000 Subject: [PATCH] chore(main): release 6.3.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8792e96f..320f276d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.0" + ".": "6.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b31f33e..b0a48b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.3.1](https://github.com/streetsidesoftware/cspell-action/compare/v6.3.0...v6.3.1) (2024-06-03) + + +### Updates and Bug Fixes + +* Update CSpell version (8.8.2) ([#1738](https://github.com/streetsidesoftware/cspell-action/issues/1738)) ([0930989](https://github.com/streetsidesoftware/cspell-action/commit/093098944f252a7cd0138bf441a780e852b257c6)) +* Update CSpell version (8.8.3) ([#1743](https://github.com/streetsidesoftware/cspell-action/issues/1743)) ([8ef7183](https://github.com/streetsidesoftware/cspell-action/commit/8ef718382f35a51d68daeebaf6f70abc451ab82a)) +* Update Dictionaries and Dependencies ([#1726](https://github.com/streetsidesoftware/cspell-action/issues/1726)) ([625b456](https://github.com/streetsidesoftware/cspell-action/commit/625b45618098a0217270979d03dc9b2928a4e9c4)) +* Update Dictionaries and Dependencies ([#1733](https://github.com/streetsidesoftware/cspell-action/issues/1733)) ([cbb4e6f](https://github.com/streetsidesoftware/cspell-action/commit/cbb4e6fcf3fde7f4dd953c674be228944ebd594e)) +* Update Dictionaries and Dependencies ([#1749](https://github.com/streetsidesoftware/cspell-action/issues/1749)) ([c844349](https://github.com/streetsidesoftware/cspell-action/commit/c844349726f1197653d765a86054a3138b6725e7)) +* Update Dictionaries and Dependencies ([#1751](https://github.com/streetsidesoftware/cspell-action/issues/1751)) ([e57ad9d](https://github.com/streetsidesoftware/cspell-action/commit/e57ad9d90cf86a5b7732727df057de2e6c2ff0ba)) +* Update Dictionaries and Dependencies ([#1753](https://github.com/streetsidesoftware/cspell-action/issues/1753)) ([9f2aabc](https://github.com/streetsidesoftware/cspell-action/commit/9f2aabcaa8980bcf117ac2e53e6ba8d5dfa1603d)) +* Update Dictionaries and Dependencies ([#1759](https://github.com/streetsidesoftware/cspell-action/issues/1759)) ([ad02eb6](https://github.com/streetsidesoftware/cspell-action/commit/ad02eb659cfd341f04003d2d58a79ee614b7ef55)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1736](https://github.com/streetsidesoftware/cspell-action/issues/1736)) ([4a016c5](https://github.com/streetsidesoftware/cspell-action/commit/4a016c5b82afc177b2b9240c4c6741931c6980f6)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1750](https://github.com/streetsidesoftware/cspell-action/issues/1750)) ([9c033d2](https://github.com/streetsidesoftware/cspell-action/commit/9c033d24fdd9bb9c01c2bb59c2ccd47b634581d2)) + ## [6.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) (2024-05-10) diff --git a/package.json b/package.json index 124c56a9..8792b3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.3.0", + "version": "6.3.1", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@8.15.7",