Skip to content

Commit

Permalink
chore(main): release 4.0.1 (#1417)
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 Nov 7, 2023
1 parent 99cebc0 commit be4c619
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@
{
".": "4.0.0"
".": "4.0.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

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


### Documentation

* Update README with correct version number ([#1413](https://github.com/streetsidesoftware/cspell-action/issues/1413)) ([bebf297](https://github.com/streetsidesoftware/cspell-action/commit/bebf297efeebdce6d35d4d75689e3de7a17ce89b))


### Updates and Bug Fixes

* Update CSpell to (7.3.8) (main) ([#1416](https://github.com/streetsidesoftware/cspell-action/issues/1416)) ([e18f86f](https://github.com/streetsidesoftware/cspell-action/commit/e18f86f3a627e3d38db4b9eb4e7dd23ce9d4e490))
* Update CSpell version (7.3.9) ([#1432](https://github.com/streetsidesoftware/cspell-action/issues/1432)) ([0dcf179](https://github.com/streetsidesoftware/cspell-action/commit/0dcf1798042a34143f3aa026af01b8acf884d171))
* Update Dictionaries and Dependencies ([#1418](https://github.com/streetsidesoftware/cspell-action/issues/1418)) ([cd23ee9](https://github.com/streetsidesoftware/cspell-action/commit/cd23ee90847fac9c9d2c57fef6c8efd335cb5734))
* Update Dictionaries and Dependencies ([#1425](https://github.com/streetsidesoftware/cspell-action/issues/1425)) ([2050223](https://github.com/streetsidesoftware/cspell-action/commit/2050223243b4be73564ecc8d7fa0d34f9203a707))
* Workflow Bot -- Update ALL Dependencies (main) ([#1419](https://github.com/streetsidesoftware/cspell-action/issues/1419)) ([4dc9d4b](https://github.com/streetsidesoftware/cspell-action/commit/4dc9d4bdf3974ed26d6f2e973c1e168edff47d80))
* Workflow Bot -- Update ALL Dependencies (main) ([#1422](https://github.com/streetsidesoftware/cspell-action/issues/1422)) ([f49c955](https://github.com/streetsidesoftware/cspell-action/commit/f49c955d58e3e8ad98d148fe44091de8211eaf30))
* Workflow Bot -- Update ALL Dependencies (main) ([#1428](https://github.com/streetsidesoftware/cspell-action/issues/1428)) ([aa54903](https://github.com/streetsidesoftware/cspell-action/commit/aa549031a58f9540d55b5bbea49da9a8ea899814))

## [4.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v3.1.0...v4.0.0) (2023-10-19)


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

0 comments on commit be4c619

Please sign in to comment.