Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.1...v1.4.0) (2022-02-05)

### Bug Fixes

* **language-server:** include more useful auto-complete suggestions for multi-word terms ([7a1b4ea](7a1b4ea))
* **language-server:** update completion item kind to be ([7552c16](7552c16))

### Features

* **language-server:** show context name (if any) in auto-complete details ([8c221d1](8c221d1))
* **language-server:** show term hover panel content in auto complete documentation window ([4748c86](4748c86))
  • Loading branch information
semantic-release-bot committed Feb 5, 2022
1 parent 358a5ea commit 2add415
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3.1</Version>
<Version>1.4.0</Version>
<Authors>Chris Simon</Authors>
<Company>Dev Cycles</Company>
</PropertyGroup>
Expand Down
14 changes: 14 additions & 0 deletions src/vscode/contextive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

# [1.4.0](https://github.com/dev-cycles/contextive/compare/v1.3.1...v1.4.0) (2022-02-05)


### Bug Fixes

* **language-server:** include more useful auto-complete suggestions for multi-word terms ([7a1b4ea](https://github.com/dev-cycles/contextive/commit/7a1b4ea970bdcf3867f69e78990a3807a10a2357))
* **language-server:** update completion item kind to be ([7552c16](https://github.com/dev-cycles/contextive/commit/7552c16de6f151e634e60959a60fd8971f5b47bd))


### Features

* **language-server:** show context name (if any) in auto-complete details ([8c221d1](https://github.com/dev-cycles/contextive/commit/8c221d1a3629b7a6561a54f697c9e416bc304d14))
* **language-server:** show term hover panel content in auto complete documentation window ([4748c86](https://github.com/dev-cycles/contextive/commit/4748c863186b57ce50eb0e5e53d4a7efae8f127e))

## [1.3.1](https://github.com/dev-cycles/contextive/compare/v1.3.0...v1.3.1) (2022-02-01)


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

0 comments on commit 2add415

Please sign in to comment.