diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5791ece26..45e8f4860 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.0" + ".": "5.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d913f7821..bf7c6366f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ 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.4.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.3.0...v5.4.0) (2024-02-21) + + +### Features + +* Update CSpell version (8.4.0) ([#1573](https://github.com/streetsidesoftware/cspell-action/issues/1573)) ([eadadef](https://github.com/streetsidesoftware/cspell-action/commit/eadadef4da7f55b1f9b0fc1246f875b6ffa488b0)) + + +### Updates and Bug Fixes + +* Update CSpell version (8.4.1) ([#1574](https://github.com/streetsidesoftware/cspell-action/issues/1574)) ([4d09489](https://github.com/streetsidesoftware/cspell-action/commit/4d09489867661b703da44e7098760e61c41bb473)) +* Update Dictionaries and Dependencies ([#1525](https://github.com/streetsidesoftware/cspell-action/issues/1525)) ([97f9d38](https://github.com/streetsidesoftware/cspell-action/commit/97f9d386e90d3a5795c0475d975af4348efa8812)) +* Update Dictionaries and Dependencies ([#1543](https://github.com/streetsidesoftware/cspell-action/issues/1543)) ([a980a6f](https://github.com/streetsidesoftware/cspell-action/commit/a980a6fd9ac98116c25897b3e4b6a7edd102dccd)) +* Update Dictionaries and Dependencies ([#1545](https://github.com/streetsidesoftware/cspell-action/issues/1545)) ([82a6799](https://github.com/streetsidesoftware/cspell-action/commit/82a67998072020a17592673fae215ba3459605c1)) +* Update Dictionaries and Dependencies ([#1557](https://github.com/streetsidesoftware/cspell-action/issues/1557)) ([345a536](https://github.com/streetsidesoftware/cspell-action/commit/345a536fc7098c82ab78bad710571a7022b63321)) +* Update Dictionaries and Dependencies ([#1561](https://github.com/streetsidesoftware/cspell-action/issues/1561)) ([f67b75c](https://github.com/streetsidesoftware/cspell-action/commit/f67b75c4143405fc284bdbd75c8c7a79160abd67)) +* Update Dictionaries and Dependencies ([#1567](https://github.com/streetsidesoftware/cspell-action/issues/1567)) ([9653b3a](https://github.com/streetsidesoftware/cspell-action/commit/9653b3ae80fe711be2884be5fc1bf625695f6d64)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1539](https://github.com/streetsidesoftware/cspell-action/issues/1539)) ([38e968b](https://github.com/streetsidesoftware/cspell-action/commit/38e968bd05fa7dea8ebaa4063728facd58b8638c)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1549](https://github.com/streetsidesoftware/cspell-action/issues/1549)) ([356704b](https://github.com/streetsidesoftware/cspell-action/commit/356704bdde6369ce4e7e13fcf1e38f9efec1d8d0)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1552](https://github.com/streetsidesoftware/cspell-action/issues/1552)) ([41faf80](https://github.com/streetsidesoftware/cspell-action/commit/41faf8075da58513ab997a779074758599693452)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1562](https://github.com/streetsidesoftware/cspell-action/issues/1562)) ([3ab9391](https://github.com/streetsidesoftware/cspell-action/commit/3ab9391f2b428b4385576a930f5b9a617b52d028)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1576](https://github.com/streetsidesoftware/cspell-action/issues/1576)) ([435cf43](https://github.com/streetsidesoftware/cspell-action/commit/435cf4364d988b8efaa63076b5d6e5b8152e4254)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1579](https://github.com/streetsidesoftware/cspell-action/issues/1579)) ([646fc21](https://github.com/streetsidesoftware/cspell-action/commit/646fc21ca1558b8d993d6c2b0f17dd0cf9c5b57e)) + ## [5.3.0](https://github.com/streetsidesoftware/cspell-action/compare/v5.2.0...v5.3.0) (2024-01-03) diff --git a/package.json b/package.json index 15986ab8a..49791f410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "5.3.0", + "version": "5.4.0", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,