Skip to content

Commit

Permalink
chore(main): release code-spell-checker 4.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent ffdaba0 commit 75a41a9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "4.0.0-alpha.3"
".": "4.0.0-alpha.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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-03-27)


### 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))

## [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

0 comments on commit 75a41a9

Please sign in to comment.