Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.20 (#3812)
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 Nov 19, 2024
1 parent 7f7906b commit c9436e7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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 @@
{
".": "4.0.19"
".": "4.0.20"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [4.0.20](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.19...code-spell-checker-v4.0.20) (2024-11-19)


### Updates and Bug Fixes

* Change the description of `diagnosticLevel` ([#3808](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3808)) ([77e3c10](https://github.com/streetsidesoftware/vscode-spell-checker/commit/77e3c10cf65fb0bbd22226ee1aba5a89b87fc7d3))
* Fix Info Pane ([#3815](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3815)) ([551c779](https://github.com/streetsidesoftware/vscode-spell-checker/commit/551c779d433f6e92279def24fb3d10c49ea91a83))
* Turn off custom rendering by default. ([#3817](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3817)) ([7f7906b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/7f7906b17def045a821a9145126e6358d715ebc6))

## [4.0.19](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.18...code-spell-checker-v4.0.19) (2024-11-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.0.19",
"version": "4.0.20",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",
Expand Down

0 comments on commit c9436e7

Please sign in to comment.