Skip to content

Commit

Permalink
Merge pull request #1 from sebastienvermeille/feature/support-ij-2022…
Browse files Browse the repository at this point in the history
…-1-1

Complete the changelogs
  • Loading branch information
sebastienvermeille authored Apr 26, 2022
2 parents 9c39bd9 + 290fb3c commit 67b9a35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

# intellij-stepbuilder-codegen-plugin Changelog

## [Unreleased]
### [1.1.5]
### Added
- Support for IntelliJ 2022.1.1 (branch number 221)
### [1.1.4]
### Added
- Support for IntelliJ 2022.x (branch number 221)
## [1.1.3]
### Added
- Support for IntelliJ 2021.3 (branch number 213)
- Sonarqube analysis integration in the CI pipelines
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

pluginGroup = com.github.sebastienvermeille.intellijstepbuildercodegenplugin
pluginName = cookiecode-stepbuilder-plugin
pluginVersion = 1.1.3
pluginVersion = 1.1.5

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

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

platformType = IC
platformVersion = 2020.2.4
Expand Down

0 comments on commit 67b9a35

Please sign in to comment.