Skip to content

Commit 67b9a35

Browse files
Merge pull request #1 from sebastienvermeille/feature/support-ij-2022-1-1
Complete the changelogs
2 parents 9c39bd9 + 290fb3c commit 67b9a35

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
# intellij-stepbuilder-codegen-plugin Changelog
44

5-
## [Unreleased]
5+
### [1.1.5]
6+
### Added
7+
- Support for IntelliJ 2022.1.1 (branch number 221)
8+
### [1.1.4]
9+
### Added
10+
- Support for IntelliJ 2022.x (branch number 221)
11+
## [1.1.3]
612
### Added
713
- Support for IntelliJ 2021.3 (branch number 213)
814
- Sonarqube analysis integration in the CI pipelines

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
pluginGroup = com.github.sebastienvermeille.intellijstepbuildercodegenplugin
55
pluginName = cookiecode-stepbuilder-plugin
6-
pluginVersion = 1.1.3
6+
pluginVersion = 1.1.5
77

88
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
# for insight into build numbers and IntelliJ Platform versions.
1010
pluginSinceBuild = 202
11-
pluginUntilBuild = 213.*
11+
pluginUntilBuild = 221.*
1212

1313
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
1414
# See https://jb.gg/intellij-platform-builds-list for available build versions.
15-
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.1, 2021.2, 2021.3
15+
pluginVerifierIdeVersions = 2020.2.4, 2020.3.4, 2021.1.1, 2021.2, 2021.3, 2022.1.1
1616

1717
platformType = IC
1818
platformVersion = 2020.2.4

0 commit comments

Comments
 (0)