Skip to content

Commit

Permalink
chore(release): 1.10.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.6](v1.10.5...v1.10.6) (2023-11-24)

### Performance Improvements

* **language-server:** reduce binary size and improve CI gate (fixes [#61](#61)) ([d34d8a4](d34d8a4))
  • Loading branch information
semantic-release-bot committed Nov 24, 2023
1 parent 5d9784b commit 599b300
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.10.5</Version>
<Version>1.10.6</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.10.6](/~https://github.com/dev-cycles/contextive/compare/v1.10.5...v1.10.6) (2023-11-24)


### Performance Improvements

* **language-server:** reduce binary size and improve CI gate (fixes [#61](/~https://github.com/dev-cycles/contextive/issues/61)) ([d34d8a4](/~https://github.com/dev-cycles/contextive/commit/d34d8a49d17febb46346a6ae8fc2a19d2ac3a249))

## [1.10.5](/~https://github.com/dev-cycles/contextive/compare/v1.10.4...v1.10.5) (2023-11-19)


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

0 comments on commit 599b300

Please sign in to comment.