diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d691dba..5791ece2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 84342887..d913f782 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. +## [5.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.2.0...v5.3.0) (2024-01-03) + + +### Features + +* Update CSpell version (8.3.2) ([#1516](https://github.com/streetsidesoftware/cspell-action/issues/1516)) ([74904fb](https://github.com/streetsidesoftware/cspell-action/commit/74904fb5e44901502e10de92a183128b06ae5345)) + + +### Updates and Bug Fixes + +* Update CSpell version (8.2.4) ([#1510](https://github.com/streetsidesoftware/cspell-action/issues/1510)) ([36d1d84](https://github.com/streetsidesoftware/cspell-action/commit/36d1d84f46e39423cf07e76cff4fb18ffef94c78)) +* Update Dictionaries and Dependencies ([#1521](https://github.com/streetsidesoftware/cspell-action/issues/1521)) ([1c3d326](https://github.com/streetsidesoftware/cspell-action/commit/1c3d3269f979e96e5a7b631a50f5200fb3afa0cb)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1506](https://github.com/streetsidesoftware/cspell-action/issues/1506)) ([6009df3](https://github.com/streetsidesoftware/cspell-action/commit/6009df3a61ec7b7b989e7ae41895bf1851b78591)) + ## [5.2.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.1.0...v5.2.0) (2023-12-22) diff --git a/package.json b/package.json index dc7165ce..6de40bff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "5.2.0", + "version": "5.3.0", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,