Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.2 (#3328)
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 May 31, 2024
1 parent af373a3 commit d4324cb
Show file tree
Hide file tree
Showing 4 changed files with 14 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.1"
".": "4.0.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.1...code-spell-checker-v4.0.2) (2024-05-31)


### Updates and Bug Fixes

* Expose API to check documents from other extensions ([#3327](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3327)) ([98003f2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/98003f279ec7d2588ab38ccd0477b0c1700656e3))
* First pass at supporting non-strict checking ([#3329](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3329)) ([895998b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/895998b1b0f54077b6652130f90fe931c5efbd63))
* Indicate on the status bar that issues are hidden ([#3326](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3326)) ([1d9d2c6](https://github.com/streetsidesoftware/vscode-spell-checker/commit/1d9d2c6caee178a12ce427f53c37700f20a2075c))
* move `reportUnknownWords` to Experimental ([#3333](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3333)) ([ed20aa9](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ed20aa92441b5a5cb7628893e3d60f29097c372f))

## [4.0.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0...code-spell-checker-v4.0.1) (2024-05-28)


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.1",
"version": "4.0.2",
"publisher": "streetsidesoftware",
"preview": true,
"private": true,
Expand Down

0 comments on commit d4324cb

Please sign in to comment.