Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
juli1 committed Apr 3, 2022
1 parent d8c464b commit a7918d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginGroup = codiga.io.plugins
pluginName = codiga-jetbrains-plugin
pluginVersion = 1.4.2
pluginVersion = 1.4.3


pluginSinceBuild = 212.*
Expand Down

0 comments on commit a7918d4

Please sign in to comment.