Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.5 (#3457)
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 Jul 30, 2024
1 parent 01146e9 commit b0633ff
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.4"
".": "4.0.5"
}
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.5](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.4...code-spell-checker-v4.0.5) (2024-07-30)


### Updates and Bug Fixes

* Improve the REPL Check output ([#3478](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3478)) ([b546916](https://github.com/streetsidesoftware/vscode-spell-checker/commit/b54691603e0f60358c97f008dcbcf201a3f0c25e))
* remove typo ([#3463](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3463)) ([d6212e9](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d6212e97b6d7bc5c753b492268a6aefbd954c034))
* REPL - remove `./` from rel path ([#3452](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3452)) ([0e03b63](https://github.com/streetsidesoftware/vscode-spell-checker/commit/0e03b63f7b3fb744a3a7ec661cb3774fede5ea8e))
* Update CSpell (main) ([#3487](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3487)) ([de554f2](https://github.com/streetsidesoftware/vscode-spell-checker/commit/de554f2cb1fbfbcbc1be00c68c9f0906e69dd5a0))

## [4.0.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.3...code-spell-checker-v4.0.4) (2024-07-17)


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

0 comments on commit b0633ff

Please sign in to comment.