Skip to content

Commit

Permalink
chore(release): 1.9.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.3](v1.9.2...v1.9.3) (2023-08-08)

### Bug Fixes

* **language-server:** ensure rendering the domain vision statement is correct even with trailing whitespace/newline. (fixes [#47](#47)) ([27f86c1](27f86c1))
* **language-server:** term usage examples render within double-quotes correctly even with leading and trailing whitespace/newlines. ([292553f](292553f))
* **vscode:** the default definitions file includes a definition of the 'aliases' key ([a983db2](a983db2))
  • Loading branch information
semantic-release-bot committed Aug 8, 2023
1 parent 1e35d82 commit 6fa9121
Show file tree
Hide file tree
Showing 4 changed files with 13 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.2</Version>
<Version>1.9.3</Version>
<Authors>Chris Simon</Authors>
<Company>Dev Cycles</Company>
</PropertyGroup>
Expand Down
9 changes: 9 additions & 0 deletions src/vscode/contextive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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


### Bug Fixes

* **language-server:** ensure rendering the domain vision statement is correct even with trailing whitespace/newline. (fixes [#47](https://github.com/dev-cycles/contextive/issues/47)) ([27f86c1](https://github.com/dev-cycles/contextive/commit/27f86c1f7ed909c5609bf0349e641d3a57b302a0))
* **language-server:** term usage examples render within double-quotes correctly even with leading and trailing whitespace/newlines. ([292553f](https://github.com/dev-cycles/contextive/commit/292553fc23b85b2c69af0758f8a8f447dd08c6ad))
* **vscode:** the default definitions file includes a definition of the 'aliases' key ([a983db2](https://github.com/dev-cycles/contextive/commit/a983db2ec66368073c60cce0424650714a632e2d))

## [1.9.2](https://github.com/dev-cycles/contextive/compare/v1.9.1...v1.9.2) (2023-07-04)


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

0 comments on commit 6fa9121

Please sign in to comment.