diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a966b3..d626efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,10 @@ # Code Inspector JetBrains PlugIn Changelog ## [Unreleased] -### Added - -### Changed - -### Deprecated - -### Removed ### Fixed -### Security + - Fix `NullPointerException` when attempting to create recipe with no selected text. ## [1.4.2] ### Added diff --git a/build.gradle.kts b/build.gradle.kts index 538bd26..923b0ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { // GraphQL id("com.apollographql.apollo") version "2.5.11" // gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin - id("org.jetbrains.intellij") version "1.4.0" + id("org.jetbrains.intellij") version "1.5.2" // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin id("org.jetbrains.changelog") version "1.3.1" } diff --git a/gradle.properties b/gradle.properties index 1f8dd53..2836481 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup = codiga.io.plugins pluginName = codiga-jetbrains-plugin -pluginVersion = 1.4.2 +pluginVersion = 1.4.3 pluginSinceBuild = 212.*