Skip to content

Commit be4c619

Browse files
chore(main): release 4.0.1 (#1417)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99cebc0 commit be4c619

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
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.
44

5+
## [4.0.1](https://github.com/streetsidesoftware/cspell-action/compare/v4.0.0...v4.0.1) (2023-11-07)
6+
7+
8+
### Documentation
9+
10+
* Update README with correct version number ([#1413](https://github.com/streetsidesoftware/cspell-action/issues/1413)) ([bebf297](https://github.com/streetsidesoftware/cspell-action/commit/bebf297efeebdce6d35d4d75689e3de7a17ce89b))
11+
12+
13+
### Updates and Bug Fixes
14+
15+
* 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))
16+
* Update CSpell version (7.3.9) ([#1432](https://github.com/streetsidesoftware/cspell-action/issues/1432)) ([0dcf179](https://github.com/streetsidesoftware/cspell-action/commit/0dcf1798042a34143f3aa026af01b8acf884d171))
17+
* Update Dictionaries and Dependencies ([#1418](https://github.com/streetsidesoftware/cspell-action/issues/1418)) ([cd23ee9](https://github.com/streetsidesoftware/cspell-action/commit/cd23ee90847fac9c9d2c57fef6c8efd335cb5734))
18+
* Update Dictionaries and Dependencies ([#1425](https://github.com/streetsidesoftware/cspell-action/issues/1425)) ([2050223](https://github.com/streetsidesoftware/cspell-action/commit/2050223243b4be73564ecc8d7fa0d34f9203a707))
19+
* Workflow Bot -- Update ALL Dependencies (main) ([#1419](https://github.com/streetsidesoftware/cspell-action/issues/1419)) ([4dc9d4b](https://github.com/streetsidesoftware/cspell-action/commit/4dc9d4bdf3974ed26d6f2e973c1e168edff47d80))
20+
* Workflow Bot -- Update ALL Dependencies (main) ([#1422](https://github.com/streetsidesoftware/cspell-action/issues/1422)) ([f49c955](https://github.com/streetsidesoftware/cspell-action/commit/f49c955d58e3e8ad98d148fe44091de8211eaf30))
21+
* Workflow Bot -- Update ALL Dependencies (main) ([#1428](https://github.com/streetsidesoftware/cspell-action/issues/1428)) ([aa54903](https://github.com/streetsidesoftware/cspell-action/commit/aa549031a58f9540d55b5bbea49da9a8ea899814))
22+
523
## [4.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v3.1.0...v4.0.0) (2023-10-19)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-action",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "GitHub Action: Check Spelling",
55
"main": "action/lib/main.js",
66
"private": true,

0 commit comments

Comments
 (0)