Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](v1.10.5...v1.11.0) (2024-03-11)

### Features

* **intellij:** Add IntelliJ plugin (closes [#32](#32)) ([fad50b8](fad50b8))
* **intellij:** automatically download the language server if it's not found ([38db4b7](38db4b7))

### Performance Improvements

* **language-server:** reduce binary size (fixes [#61](#61)) ([5658484](5658484))
  • Loading branch information
semantic-release-bot committed Mar 11, 2024
1 parent 2988ee2 commit 2dd24b9
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 206 deletions.
2 changes: 1 addition & 1 deletion src/intellij/contextive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "tech.contextive"
version = "1.10.5"
version = "1.11.0"

repositories {
mavenCentral()
Expand Down
341 changes: 140 additions & 201 deletions src/intellij/contextive/src/main/resources/META-INF/plugin.xml

Large diffs are not rendered by default.

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.11.0</Version>
<Authors>Chris Simon</Authors>
<Company>Dev Cycles</Company>
</PropertyGroup>
Expand Down
13 changes: 13 additions & 0 deletions src/vscode/contextive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

# [1.11.0](https://github.com/dev-cycles/contextive/compare/v1.10.5...v1.11.0) (2024-03-11)


### Features

* **intellij:** Add IntelliJ plugin (closes [#32](https://github.com/dev-cycles/contextive/issues/32)) ([fad50b8](https://github.com/dev-cycles/contextive/commit/fad50b835c2003c02afd023f75ccf510f892c9ff))
* **intellij:** automatically download the language server if it's not found ([38db4b7](https://github.com/dev-cycles/contextive/commit/38db4b759a47b45d2d1b7e5a38b54c4bfdd57370))


### Performance Improvements

* **language-server:** reduce binary size (fixes [#61](https://github.com/dev-cycles/contextive/issues/61)) ([5658484](https://github.com/dev-cycles/contextive/commit/56584848fb9e4281092749212ab143690702f88c))

## [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": "v1.10.5",
"version": "1.11.0",
"publisher": "devcycles",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/contextive.png",
Expand Down

0 comments on commit 2dd24b9

Please sign in to comment.