Skip to content

Commit

Permalink
chore(release): 1.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.1](v1.9.0...v1.9.1) (2023-07-03)

### Bug Fixes

* **vscode:** ensure the language server process stops when vscode stops the extension. Bug in dependency `vscode-languageclient` fixed by update. (fixes [#44](#44)) ([a3f7ed8](a3f7ed8))
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent dae1919 commit f1ba5f1
Show file tree
Hide file tree
Showing 4 changed files with 11 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.9.0</Version>
<Version>1.9.1</Version>
<Authors>Chris Simon</Authors>
<Company>Dev Cycles</Company>
</PropertyGroup>
Expand Down
7 changes: 7 additions & 0 deletions src/vscode/contextive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.9.1](https://github.com/dev-cycles/contextive/compare/v1.9.0...v1.9.1) (2023-07-03)


### Bug Fixes

* **vscode:** ensure the language server process stops when vscode stops the extension. Bug in dependency `vscode-languageclient` fixed by update. (fixes [#44](https://github.com/dev-cycles/contextive/issues/44)) ([a3f7ed8](https://github.com/dev-cycles/contextive/commit/a3f7ed84f5c22d5ffa899dc033ee6076d8bc54ff))

# [1.9.0](https://github.com/dev-cycles/contextive/compare/v1.8.1...v1.9.0) (2023-06-21)


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.9.0",
"version": "1.9.1",
"publisher": "devcycles",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/contextive.png",
Expand Down

0 comments on commit f1ba5f1

Please sign in to comment.