Skip to content

Commit

Permalink
chore(release): 1.10.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.3](v1.10.2...v1.10.3) (2023-11-15)

### Bug Fixes

* **language-server:** support LSP clients that only support `workspace/configuration` ([#58](#58)) ([7e06396](7e06396))
* **language-server:** survey prompt more resilient to accidentally missing the first prompt ([7acd140](7acd140))
  • Loading branch information
semantic-release-bot committed Nov 15, 2023
1 parent 79575ac commit 27ec861
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<WarnOn>3390;$(WarnOn)</WarnOn>
</PropertyGroup>
<PropertyGroup>
<Version>1.10.2</Version>
<Version>1.10.3</Version>
<Authors>Chris Simon</Authors>
<Company>Dev Cycles</Company>
</PropertyGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/vscode/contextive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.10.3](https://github.com/dev-cycles/contextive/compare/v1.10.2...v1.10.3) (2023-11-15)


### Bug Fixes

* **language-server:** support LSP clients that only support `workspace/configuration` ([#58](https://github.com/dev-cycles/contextive/issues/58)) ([7e06396](https://github.com/dev-cycles/contextive/commit/7e0639694982e2db1d51b7965429e4d05c3c69f5))
* **language-server:** survey prompt more resilient to accidentally missing the first prompt ([7acd140](https://github.com/dev-cycles/contextive/commit/7acd1401ee057071f2ca6aaa9d7dba2c73eabd32))

## [1.10.2](https://github.com/dev-cycles/contextive/compare/v1.10.1...v1.10.2) (2023-10-14)


Expand Down
4 changes: 2 additions & 2 deletions src/vscode/contextive/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 src/vscode/contextive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"version": "1.10.3",
"publisher": "devcycles",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/contextive.png",
Expand Down

0 comments on commit 27ec861

Please sign in to comment.