Skip to content

Commit 2007671

Browse files
authored
chore(intellij): bump intellij plugin version to 1.14.0-dev. (#4122)
1 parent a64c950 commit 2007671

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

clients/intellij/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.13.0
2+
3+
### Features
4+
5+
- **Chat**:
6+
- Requires Tabby Server 0.27.0 or later.
7+
- You can now select code in the editor and use the `Code Review` option from the context menu to review your code and add comments using Tabby Chat.
8+
19
## 1.12.0
210

311
### 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.13.0-dev")
47+
version.set("1.14.0-dev")
4848
changeNotes.set(provider {
4949
changelog.renderItem(
5050
changelog.getLatest(),

0 commit comments

Comments
 (0)