diff --git a/CHANGELOG.md b/CHANGELOG.md index f4fd0751f..19346df90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [2.1.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.1.0...v2.1.1) (2022-07-08) + + +### Bug Fixes + +* Workflow Bot -- Update ALL Dependencies ([086366b](https://github.com/streetsidesoftware/cspell-action/commit/086366b5a977d49042cdbda90df11c7bac65e995)) +* Workflow Bot -- Update ALL Dependencies (main) ([#812](https://github.com/streetsidesoftware/cspell-action/issues/812)) ([086366b](https://github.com/streetsidesoftware/cspell-action/commit/086366b5a977d49042cdbda90df11c7bac65e995)) +* Workflow Bot -- Update CSpell (6.2.3) ([3f9f1e6](https://github.com/streetsidesoftware/cspell-action/commit/3f9f1e6e8d04caf4cf31fd26847c3be73724c0d5)) +* Workflow Bot -- Update CSpell (6.2.3) (main) ([#813](https://github.com/streetsidesoftware/cspell-action/issues/813)) ([3f9f1e6](https://github.com/streetsidesoftware/cspell-action/commit/3f9f1e6e8d04caf4cf31fd26847c3be73724c0d5)) + ## [2.1.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.0.1...v2.1.0) (2022-07-08) diff --git a/package.json b/package.json index d635c6876..2c0158e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.1.0", + "version": "2.1.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,