Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.0-alpha.6 (#3183)
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 7, 2024
1 parent 4dbe5c1 commit 68c7408
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.0.0-alpha.5"
".": "4.0.0-alpha.6"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,24 @@

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


### Features

* Hide spelling issues while typing. ([#3233](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3233)) ([fbd5134](https://github.com/streetsidesoftware/vscode-spell-checker/commit/fbd513486f6bf4a0e17f40932b0cca8b4481b757))


### Updates and Bug Fixes

* Add CSpell Repl Terminal Profile ([#3182](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3182)) ([6840cf7](https://github.com/streetsidesoftware/vscode-spell-checker/commit/6840cf72649703dcdf121933ff3fe899875d46cc))


### Code Refactoring

* convert most client files to ESM ([#3195](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3195)) ([f60410a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f60410ac5070789ed40505a35a4912cdaa9572f5))
* move `repl/*` to `.mts` ([#3185](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3185)) ([26446bb](https://github.com/streetsidesoftware/vscode-spell-checker/commit/26446bb32e769ac70c73e5a2824672619714a4bc))

## [4.0.0-alpha.5](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0-alpha.4...code-spell-checker-v4.0.0-alpha.5) (2024-04-13)


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
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"version": "4.0.0-alpha.5",
"version": "4.0.0-alpha.6",
"publisher": "streetsidesoftware",
"private": true,
"type": "module",
Expand Down

0 comments on commit 68c7408

Please sign in to comment.