We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf3fb9 commit bc9b332Copy full SHA for bc9b332
CHANGELOG.md
@@ -3,6 +3,8 @@
3
# gitmoji-intellij-plugin changelog
4
5
## [Unreleased]
6
+- Update to intellij 2023.2
7
+
8
9
## [1.12.1] - 2023-02-21
10
- Update to intellij 2023.1
gradle.properties
@@ -10,7 +10,7 @@ pluginVersion = 1.12.1
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
# for insight into build numbers and IntelliJ Platform versions.
12
pluginSinceBuild = 222
13
-pluginUntilBuild = 231.*
+pluginUntilBuild = 232.*
14
15
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
16
platformType = IC
0 commit comments