diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d90fcebd..228c04816 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.11.0" + ".": "2.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd95514ef..7276b8ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ 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.11.1](https://github.com/streetsidesoftware/cspell-action/compare/v2.11.0...v2.11.1) (2022-10-21) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([b655913](https://github.com/streetsidesoftware/cspell-action/commit/b6559133e4ce1ee511c1b0ef9c2a256ee63c5b3c)) +* Workflow Bot -- Update ALL Dependencies ([1d322b0](https://github.com/streetsidesoftware/cspell-action/commit/1d322b0d53928eab8b03c8176081b39e2c7007f6)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1007](https://github.com/streetsidesoftware/cspell-action/issues/1007)) ([1d322b0](https://github.com/streetsidesoftware/cspell-action/commit/1d322b0d53928eab8b03c8176081b39e2c7007f6)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1017](https://github.com/streetsidesoftware/cspell-action/issues/1017)) ([b655913](https://github.com/streetsidesoftware/cspell-action/commit/b6559133e4ce1ee511c1b0ef9c2a256ee63c5b3c)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update ALL Dependencies ([8ea7aca](https://github.com/streetsidesoftware/cspell-action/commit/8ea7aca3453d130a4cc471ef23382218a58a2db4)) +* Workflow Bot -- Update ALL Dependencies ([801ea12](https://github.com/streetsidesoftware/cspell-action/commit/801ea125f4814f90784a26faa33e4392639d61f3)) +* Workflow Bot -- Update ALL Dependencies ([d22313d](https://github.com/streetsidesoftware/cspell-action/commit/d22313d6a8653a469d7351a1c25f62d329ed7251)) +* Workflow Bot -- Update ALL Dependencies ([21d56eb](https://github.com/streetsidesoftware/cspell-action/commit/21d56eb2c260dbc9b1c7ebd0313870cdf58a5fc4)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1000](https://github.com/streetsidesoftware/cspell-action/issues/1000)) ([9099ec3](https://github.com/streetsidesoftware/cspell-action/commit/9099ec3d05127d861a9fa3dbeccad79ae568b579)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1002](https://github.com/streetsidesoftware/cspell-action/issues/1002)) ([21d56eb](https://github.com/streetsidesoftware/cspell-action/commit/21d56eb2c260dbc9b1c7ebd0313870cdf58a5fc4)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1005](https://github.com/streetsidesoftware/cspell-action/issues/1005)) ([d22313d](https://github.com/streetsidesoftware/cspell-action/commit/d22313d6a8653a469d7351a1c25f62d329ed7251)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1010](https://github.com/streetsidesoftware/cspell-action/issues/1010)) ([801ea12](https://github.com/streetsidesoftware/cspell-action/commit/801ea125f4814f90784a26faa33e4392639d61f3)) +* Workflow Bot -- Update ALL Dependencies (main) ([#1019](https://github.com/streetsidesoftware/cspell-action/issues/1019)) ([8ea7aca](https://github.com/streetsidesoftware/cspell-action/commit/8ea7aca3453d130a4cc471ef23382218a58a2db4)) + ## [2.11.0](https://github.com/streetsidesoftware/cspell-action/compare/v2.10.0...v2.11.0) (2022-09-30) diff --git a/package.json b/package.json index 5abd94815..0ea88be9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-action", - "version": "2.11.0", + "version": "2.11.1", "description": "GitHub Action: Check Spelling", "main": "action/lib/main.js", "private": true,