From b7648d04a65eef10a7873bcb1af0c1cf11619658 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 13:13:33 +0000 Subject: [PATCH] chore(release): 1.10.5 [skip ci] ## [1.10.5](https://github.com/dev-cycles/contextive/compare/v1.10.4...v1.10.5) (2023-11-19) ### Bug Fixes * exception on startup [#61](https://github.com/dev-cycles/contextive/issues/61) ([2a69c0a](https://github.com/dev-cycles/contextive/commit/2a69c0a764099539e537291a85307fbfd2598dd3)) --- .../Contextive.LanguageServer.fsproj | 2 +- src/vscode/contextive/CHANGELOG.md | 7 +++++++ src/vscode/contextive/package-lock.json | 4 ++-- src/vscode/contextive/package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj b/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj index a9409557..41db7db0 100644 --- a/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj +++ b/src/language-server/Contextive.LanguageServer/Contextive.LanguageServer.fsproj @@ -6,7 +6,7 @@ 3390;$(WarnOn) - 1.10.4 + 1.10.5 Chris Simon Dev Cycles diff --git a/src/vscode/contextive/CHANGELOG.md b/src/vscode/contextive/CHANGELOG.md index 88f3e92b..428dd66b 100644 --- a/src/vscode/contextive/CHANGELOG.md +++ b/src/vscode/contextive/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.10.5](https://github.com/dev-cycles/contextive/compare/v1.10.4...v1.10.5) (2023-11-19) + + +### Bug Fixes + +* exception on startup [#61](https://github.com/dev-cycles/contextive/issues/61) ([2a69c0a](https://github.com/dev-cycles/contextive/commit/2a69c0a764099539e537291a85307fbfd2598dd3)) + ## [1.10.4](https://github.com/dev-cycles/contextive/compare/v1.10.3...v1.10.4) (2023-11-19) diff --git a/src/vscode/contextive/package-lock.json b/src/vscode/contextive/package-lock.json index 83ba5dcc..0e4db237 100644 --- a/src/vscode/contextive/package-lock.json +++ b/src/vscode/contextive/package-lock.json @@ -1,12 +1,12 @@ { "name": "contextive", - "version": "1.10.4", + "version": "1.10.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "contextive", - "version": "1.10.4", + "version": "1.10.5", "license": "SEE LICENSE IN LICENSE", "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/src/vscode/contextive/package.json b/src/vscode/contextive/package.json index 94e15924..73edde6d 100644 --- a/src/vscode/contextive/package.json +++ b/src/vscode/contextive/package.json @@ -2,7 +2,7 @@ "name": "contextive", "displayName": "Contextive", "description": "Supports developers where a complex domain or project specific language is in use by surfacing definitions everywhere specific words are used - code, comments, config or documentation.", - "version": "1.10.4", + "version": "1.10.5", "publisher": "devcycles", "license": "SEE LICENSE IN LICENSE", "icon": "images/contextive.png",