From 104110db58e8c9a11c1c6be025e2082f4dded3bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 14:31:27 +0200 Subject: [PATCH] chore(main): release 6.3.0 (#1674) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 448d89e0..8792e96f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c5ba13..3b31f33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.2.0...v6.3.0) (2024-05-10) + + +### Features + +* Update CSpell version (8.8.0) ([#1704](https://github.com/streetsidesoftware/cspell-action/issues/1704)) ([d598785](https://github.com/streetsidesoftware/cspell-action/commit/d598785edd589843609e763aedc9d2d4674c3466)) + + +### Updates and Bug Fixes + +* Update CSpell version (8.8.1) ([#1715](https://github.com/streetsidesoftware/cspell-action/issues/1715)) ([efd1f06](https://github.com/streetsidesoftware/cspell-action/commit/efd1f061b5b1392753804e45c23c67aace333d11)) +* Update Dictionaries and Dependencies ([#1675](https://github.com/streetsidesoftware/cspell-action/issues/1675)) ([2e40991](https://github.com/streetsidesoftware/cspell-action/commit/2e409914978e53b3f38bee97ddca0d703d4ae099)) +* Update Dictionaries and Dependencies ([#1680](https://github.com/streetsidesoftware/cspell-action/issues/1680)) ([687fe47](https://github.com/streetsidesoftware/cspell-action/commit/687fe47bd88e5f5f19fea596361febca44a91f11)) +* Update Dictionaries and Dependencies ([#1681](https://github.com/streetsidesoftware/cspell-action/issues/1681)) ([348d29e](https://github.com/streetsidesoftware/cspell-action/commit/348d29eb0460f57b6cd987e2ddf9572de8b03ba2)) +* Update Dictionaries and Dependencies ([#1694](https://github.com/streetsidesoftware/cspell-action/issues/1694)) ([348299a](https://github.com/streetsidesoftware/cspell-action/commit/348299abc475d82d55964b75786a9fedbaab7598)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1682](https://github.com/streetsidesoftware/cspell-action/issues/1682)) ([00c3a7c](https://github.com/streetsidesoftware/cspell-action/commit/00c3a7c051fb98f86909d251393eea35c966876b)) + ## [6.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v6.1.0...v6.2.0) (2024-04-11) diff --git a/package.json b/package.json index 159416f6..9dbc5e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "6.2.0", + "version": "6.3.0", "description": "GitHub Action: Check Spelling", "private": true, "packageManager": "pnpm@8.15.7",