diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa005bd0e..38a6e0c86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0-alpha.3" + ".": "4.0.0-alpha.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 372c093d9..89ab28186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5333e20c8..5d5b564cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-spell-checker", - "version": "4.0.0-alpha.3", + "version": "4.0.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-spell-checker", - "version": "4.0.0-alpha.3", + "version": "4.0.0-alpha.4", "hasInstallScript": true, "license": "GPL-3.0-or-later", "workspaces": [ diff --git a/package.json b/package.json index e43b588ba..9c64cb3b1 100644 --- a/package.json +++ b/package.json @@ -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": {