diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a3fbc432..7602a5f0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.0" + ".": "2.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea48fa4dc..897a94a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.24.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.23.0...v2.24.0) (2023-03-14) + + +### Features + +* Update CSpell to (6.29.1) (main) ([#1202](https://github.com/streetsidesoftware/cspell-action/issues/1202)) ([a567e48](https://github.com/streetsidesoftware/cspell-action/commit/a567e482cccb702721b61db716545b3523ce29d3)) + + +### Updates and Bug Fixes + +* Update CSpell to (6.29.3) (main) ([#1211](https://github.com/streetsidesoftware/cspell-action/issues/1211)) ([0c317d8](https://github.com/streetsidesoftware/cspell-action/commit/0c317d8ab7412c806080c98c456972dad500809f)) + ## [2.23.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.22.0...v2.23.0) (2023-03-04) diff --git a/package.json b/package.json index 88b91f2d4..39276b747 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.23.0", + "version": "2.24.0", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,