Skip to content

Commit

Permalink
chore(main): release 5.4.0 (#1538)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 646fc21 commit e6f0906
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.3.0"
".": "5.4.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit e6f0906

Please sign in to comment.