Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.0-alpha.10 (#3264)
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] committed May 16, 2024
1 parent 4526890 commit 10235f8
Show file tree
Hide file tree
Showing 4 changed files with 12 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.0-alpha.9"
".": "4.0.0-alpha.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0-alpha.10](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0-alpha.9...code-spell-checker-v4.0.0-alpha.10) (2024-05-16)


### Updates and Bug Fixes

* Be able to enable/disable file type from info view ([#3266](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3266)) ([5a5a435](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a5a435c74b4f89b089078b685848d05c3df9709))
* Only show spelling issues, not directives ([#3263](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3263)) ([9c3334b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/9c3334b1e8b3f6bd2d379f76de392147889d59f7))

## [4.0.0-alpha.9](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0-alpha.8...code-spell-checker-v4.0.0-alpha.9) (2024-05-14)


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.0-alpha.9",
"version": "4.0.0-alpha.10",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",
Expand Down

0 comments on commit 10235f8

Please sign in to comment.