Skip to content

Commit

Permalink
chore(main): release code-spell-checker 2.10.1 (#2267)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 3, 2022
1 parent 3325739 commit 71cd8f1
Show file tree
Hide file tree
Showing 3 changed files with 16 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.10.0"
".": "2.10.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.10.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.10.0...code-spell-checker-v2.10.1) (2022-10-03)


### Updates and Bug Fixes

* change `fixSpellingWithRenameProvider` defaults ([#2271](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2271)) ([bea43a7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/bea43a7a256bee6ca556e02ba66a3edef7346481))


### Continuous Integration

* Workflow Bot -- Update ALL Dependencies ([3325739](https://github.com/streetsidesoftware/vscode-spell-checker/commit/33257391e61dfd00ec74a458f44f8eec7da48b2a))
* Workflow Bot -- Update ALL Dependencies (main) ([#2266](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2266)) ([6de2de5](https://github.com/streetsidesoftware/vscode-spell-checker/commit/6de2de5bc0c4b51b9ecfc82b059a3139a615c215))
* Workflow Bot -- Update ALL Dependencies (main) ([#2272](https://github.com/streetsidesoftware/vscode-spell-checker/issues/2272)) ([3325739](https://github.com/streetsidesoftware/vscode-spell-checker/commit/33257391e61dfd00ec74a458f44f8eec7da48b2a))

## [2.10.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v2.9.0...code-spell-checker-v2.10.0) (2022-09-30)


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.10.0",
"version": "2.10.1",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down

0 comments on commit 71cd8f1

Please sign in to comment.