diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d04f223f..4208b5cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 076f8de9..674ae450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ # jetplay Changelog +## [0.6.0](https://github.com/twangodev/jetplay/compare/v0.5.1...v0.6.0) (2026-06-22) + + +### Added + +* custom audio/video file icons ([#54](https://github.com/twangodev/jetplay/issues/54)) ([b3769a4](https://github.com/twangodev/jetplay/commit/b3769a4aec048aadf021022ae1b3d6457a5014d5)) +* marketplace marketing-image pipeline (npm run scenes) ([#50](https://github.com/twangodev/jetplay/issues/50)) ([c823cae](https://github.com/twangodev/jetplay/commit/c823caeaefec66abb509d5c6478da049d82be45b)) + ## [0.5.1](https://github.com/twangodev/jetplay/compare/v0.5.0...v0.5.1) (2026-06-16) diff --git a/gradle.properties b/gradle.properties index c2fde968..713387d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = jetplay pluginRepositoryUrl = https://github.com/twangodev/jetplay # SemVer format -> https://semver.org # x-release-please-start-version -pluginVersion = 0.5.1 +pluginVersion = 0.6.0 # x-release-please-end # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html