Skip to content

Commit

Permalink
chore(main): release code-spell-checker 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 14, 2022
1 parent cf6ef8f commit fd978db
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.11.0"
".": "2.11.1"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit fd978db

Please sign in to comment.