From fd978db11721d252cf9eaf3f097d91a891776e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 09:14:52 +0000 Subject: [PATCH] chore(main): release code-spell-checker 2.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d90fcebdd..228c048160 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 1fd8eef6b8..7f032b9b5a 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/vscode-spell-checker/compare/code-spell-checker-v2.11.0...code-spell-checker-v2.11.1) (2022-11-14) + + +### Updates and Bug Fixes + +* [#2335](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2335) ([d4ce7fc](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d4ce7fc4b5cfc7c766ed991af4cbe5617024a6ab)) +* Correct error message for Maximum Word Length Exceeded ([#2336](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2336)) ([d4ce7fc](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d4ce7fc4b5cfc7c766ed991af4cbe5617024a6ab)), closes [#2335](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2335) + + +### Continuous Integration + +* Workflow Bot -- Update ALL Dependencies ([12fb4b1](https://github.com/streetsidesoftware/vscode-spell-checker/commit/12fb4b1de87424b9d41c3c2e4ace200f9265e5df)) +* Workflow Bot -- Update ALL Dependencies ([246b34f](https://github.com/streetsidesoftware/vscode-spell-checker/commit/246b34f45df77ba8bb8f3dc4178b299f43436a0f)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2327](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2327)) ([246b34f](https://github.com/streetsidesoftware/vscode-spell-checker/commit/246b34f45df77ba8bb8f3dc4178b299f43436a0f)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2332](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2332)) ([9334311](https://github.com/streetsidesoftware/vscode-spell-checker/commit/93343119102f17e149b15d6cbecacb6653e4ad99)) +* Workflow Bot -- Update ALL Dependencies (main) ([#2337](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2337)) ([12fb4b1](https://github.com/streetsidesoftware/vscode-spell-checker/commit/12fb4b1de87424b9d41c3c2e4ace200f9265e5df)) + + +### Miscellaneous + +* **deps-dev:** bump webpack from 5.74.0 to 5.75.0 ([#2334](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2334)) ([f3a5d23](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f3a5d23a9a1dd5513fbe89109db22b99c9aabac3)) +* **deps:** bump cosmiconfig from 7.0.1 to 7.1.0 ([#2341](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2341)) ([cf6ef8f](https://github.com/streetsidesoftware/vscode-spell-checker/commit/cf6ef8f21fa2d9d7ed6b02ae4f82df28c6778e2d)) + ## [2.11.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.10.1...code-spell-checker-v2.11.0) (2022-11-03) diff --git a/package.json b/package.json index d94219786c..d0898c8c3f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "icon": "images/SpellCheck.png", "author": "Jason Dent", "license": "GPL-3.0-or-later", - "version": "2.11.0", + "version": "2.11.1", "publisher": "streetsidesoftware", "private": true, "repository": {