Skip to content

Commit

Permalink
chore(main): release 5.3.0 (#1514)
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 Jan 3, 2024
1 parent 6009df3 commit 6113953
Show file tree
Hide file tree
Showing 3 changed files with 16 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.2.0"
".": "5.3.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.2.0",
"version": "5.3.0",
"description": "GitHub Action: Check Spelling",
"main": "action/lib/main.js",
"private": true,
Expand Down

0 comments on commit 6113953

Please sign in to comment.