diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebb7bb89..dfabfbba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.2](https://github.com/streetsidesoftware/cspell-action/compare/v2.1.1...v2.1.2) (2022-07-15) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([3c1c1f7](https://github.com/streetsidesoftware/cspell-action/commit/3c1c1f746f7aeb48233210c92813239c60c3298c)) +* Workflow Bot -- Update ALL Dependencies (main) ([#829](https://github.com/streetsidesoftware/cspell-action/issues/829)) ([3c1c1f7](https://github.com/streetsidesoftware/cspell-action/commit/3c1c1f746f7aeb48233210c92813239c60c3298c)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update ALL Dependencies ([866acaf](https://github.com/streetsidesoftware/cspell-action/commit/866acaf425e7ab19c8c93bd800dc12e1e7fad3ef)) +* Workflow Bot -- Update ALL Dependencies (main) ([#825](https://github.com/streetsidesoftware/cspell-action/issues/825)) ([60bd30b](https://github.com/streetsidesoftware/cspell-action/commit/60bd30ba3f0e10e5248fe9ddf347d7b6c55a70fb)) +* Workflow Bot -- Update ALL Dependencies (main) ([#832](https://github.com/streetsidesoftware/cspell-action/issues/832)) ([866acaf](https://github.com/streetsidesoftware/cspell-action/commit/866acaf425e7ab19c8c93bd800dc12e1e7fad3ef)) + ## [2.1.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.1.0...v2.1.1) (2022-07-08) diff --git a/package.json b/package.json index bd1c66f1d..509df6c28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.1.1", + "version": "2.1.2", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,