diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d204362b..50af31c02 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e82fc4a2..ec35264f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [4.0.1](https://github.com/streetsidesoftware/cspell-action/compare/v4.0.0...v4.0.1) (2023-10-24) + + +### 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 Dictionaries and Dependencies ([#1418](https://github.com/streetsidesoftware/cspell-action/issues/1418)) ([cd23ee9](https://github.com/streetsidesoftware/cspell-action/commit/cd23ee90847fac9c9d2c57fef6c8efd335cb5734)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1419](https://github.com/streetsidesoftware/cspell-action/issues/1419)) ([4dc9d4b](https://github.com/streetsidesoftware/cspell-action/commit/4dc9d4bdf3974ed26d6f2e973c1e168edff47d80)) + ## [4.0.0](https://github.com/streetsidesoftware/cspell-action/compare/v3.1.0...v4.0.0) (2023-10-19) diff --git a/package.json b/package.json index 752da1bf9..e2a787ddc 100644 --- a/package.json +++ b/package.json @@ -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,