Skip to content

Commit fda4d7c

Browse files
committed
feat: add 2023.3 IDEs support
1 parent e327638 commit fda4d7c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ publishPlugin {
2929
// See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
3030
patchPluginXml {
3131
sinceBuild '201'
32-
untilBuild '232.*'
32+
untilBuild '233.*'
3333
version project.version
3434

3535
changeNotes """
3636
<ul>
37-
<li>2.2.3 Add support to 2023.2 IDEs</li>
38-
<li>2.2.2 Add support to 2023.1 IDEs</li>
37+
<li>2.2.5 Add support to 2023.3 IDEs</li>
38+
<li>2.2.4 Add support to 2023.2 IDEs</li>
39+
<li>2.2.3 Add support to 2023.1 IDEs</li>
40+
<li>2.2.2 Show whitespaces on all themes</li>
3941
<li>2.2.1 Add support to 2022.3 IDEs</li>
4042
<li>2.2.0 Add support to the experimental new ui</li>
4143
<li>2.1.6 Add support to 2022.2 IDEs</li>

0 commit comments

Comments
 (0)