Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release code-spell-checker 4.0.0-alpha.4 #3101

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.0.0-alpha.3"
".": "4.0.0-alpha.4"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0-alpha.3...code-spell-checker-v4.0.0-alpha.4) (2024-04-08)


### Features

* Enable support for [Live Share](https://code.visualstudio.com/learn/collaboration/live-share) by adding `vsls` to the list of supported schemes. ([76e1583](https://github.com/streetsidesoftware/vscode-spell-checker/commit/76e1583e8e6f2c7cdc0e0211074da565bf3f0e52))


### Updates and Bug Fixes

* Enable creating config files on remote servers ([#3102](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3102)) ([715ad29](https://github.com/streetsidesoftware/vscode-spell-checker/commit/715ad296f478ae8d94b6e9b0de29035445413257))
* Fix word break issue with large documents ([#3156](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3156)) ([6ca6d11](https://github.com/streetsidesoftware/vscode-spell-checker/commit/6ca6d11efa18844143f606afaf1cf2ca7028c156))

## [4.0.0-alpha.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.0-alpha.2...code-spell-checker-v4.0.0-alpha.3) (2024-03-06)


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.3",
"version": "4.0.0-alpha.4",
"publisher": "streetsidesoftware",
"private": true,
"repository": {
Expand Down