From a455c822d0c6135f46e19927aacdb52f2288cc53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 07:28:58 +0000 Subject: [PATCH] chore(main): release code-spell-checker 4.0.0-alpha.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) 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..07780e1bf 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-26) + + +### 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 f2ac41796..ae398050f 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 0c2655675..b26c5a876 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": {