diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06f68e897a..090d61da59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.23" + ".": "4.0.24" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6a80c82d..364ad89802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.24](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.23...code-spell-checker-v4.0.24) (2024-12-15) + + +### Updates and Bug Fixes + +* Fix issues with UNC ([#3925](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3925)) ([a673230](https://github.com/streetsidesoftware/vscode-spell-checker/commit/a67323016baeaf67d4d173abe96f75a35874e5da)) +* Make sure VS Code files are not spell checked ([#3916](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3916)) ([f2efd7b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/f2efd7bc1b9f9b36b64a436f5539565400a9128d)) +* Update CSpell (main) ([#3921](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3921)) ([fb4fb36](https://github.com/streetsidesoftware/vscode-spell-checker/commit/fb4fb361a102c3e7ca91b6341a172c31b28fc3e9)) +* Update CSpell (main) ([#3923](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3923)) ([4c1649a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/4c1649aff7a4469345765532e4b1ec9a2dd8348c)) + + +### Code Refactoring + +* change comments ([#3919](https://github.com/streetsidesoftware/vscode-spell-checker/issues/3919)) ([d3896a3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/d3896a3ec1230d67e04b2196743a6254294fde3d)) + ## [4.0.23](https://github.com/streetsidesoftware/vscode-spell-checker/compare/code-spell-checker-v4.0.22...code-spell-checker-v4.0.23) (2024-12-05) diff --git a/package-lock.json b/package-lock.json index 50b2b32e26..0a5e759ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "code-spell-checker", - "version": "4.0.23", + "version": "4.0.24", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "code-spell-checker", - "version": "4.0.23", + "version": "4.0.24", "hasInstallScript": true, "license": "GPL-3.0-or-later", "workspaces": [ diff --git a/package.json b/package.json index 92b53c515d..59f04e23e6 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.23", + "version": "4.0.24", "publisher": "streetsidesoftware", "private": true, "type": "module",