Skip to content

Commit

Permalink
chore(main): release 5.0.1 (#1448)
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] authored Dec 1, 2023
1 parent cf545db commit d4c3df1
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.0.0"
".": "5.0.1"
}
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.0.1](https://github.com/streetsidesoftware/cspell-action/compare/v5.0.0...v5.0.1) (2023-12-01)


### Documentation

* Update README.md ([9e513e4](https://github.com/streetsidesoftware/cspell-action/commit/9e513e47530a64f5e5cd68b9548203850e1122f2))


### Updates and Bug Fixes

* Update Dictionaries and Dependencies ([#1449](https://github.com/streetsidesoftware/cspell-action/issues/1449)) ([4f0ad51](https://github.com/streetsidesoftware/cspell-action/commit/4f0ad5156e5d4e01e63944839a5a8f4901e2ad61))
* Workflow Bot -- Update ALL Dependencies (main) ([#1447](https://github.com/streetsidesoftware/cspell-action/issues/1447)) ([b38483c](https://github.com/streetsidesoftware/cspell-action/commit/b38483c1b1ded3aa24b2d96aaffe4122f39c1657))
* Workflow Bot -- Update ALL Dependencies (main) ([#1456](https://github.com/streetsidesoftware/cspell-action/issues/1456)) ([cf545db](https://github.com/streetsidesoftware/cspell-action/commit/cf545db95cf69f0e30438eea36a811a949071530))

## [5.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v4.0.1...v5.0.0) (2023-11-14)


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

0 comments on commit d4c3df1

Please sign in to comment.