Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.4...v1.10.0) (2023-10-14)

### Features

* **language-server:** includes a one-time invitation for users to complete a Contextive roadmap survey ([42272d0](42272d0))
* **language-server:** Use the default path defined in contextive if it's not specified in the configuration. ([23f9049](23f9049))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 7286ea0 commit fd96e94
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.9.4</Version>
<Version>1.10.0</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.0](https://github.com/dev-cycles/contextive/compare/v1.9.4...v1.10.0) (2023-10-14)


### Features

* **language-server:** includes a one-time invitation for users to complete a Contextive roadmap survey ([42272d0](https://github.com/dev-cycles/contextive/commit/42272d0221b6a79b0d2e025976aabe4cd02ba874))
* **language-server:** Use the default path defined in contextive if it's not specified in the configuration. ([23f9049](https://github.com/dev-cycles/contextive/commit/23f9049a18c638be69a7a44d0a9cda121673703e))

## [1.9.4](https://github.com/dev-cycles/contextive/compare/v1.9.3...v1.9.4) (2023-08-18)


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

0 comments on commit fd96e94

Please sign in to comment.