Skip to content

Commit 57cbd53

Browse files
committed
chore(intellij): bump intellij plugin version to 1.10.1.
1 parent 3e80d91 commit 57cbd53

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

clients/intellij/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.10.1
2+
3+
### Fixes & Improvements
4+
5+
- Reduced the use of read locks to prevent UI freezing issues when collecting declaration code snippets for code completion.
6+
17
## 1.10.0
28

39
### Features

clients/intellij/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks {
4444

4545
intellijPlatform {
4646
pluginConfiguration {
47-
version.set("1.10.1-rc.0")
47+
version.set("1.10.1")
4848
changeNotes.set(provider {
4949
changelog.renderItem(
5050
changelog.getLatest(),

0 commit comments

Comments
 (0)