Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

# jetplay Changelog

## [0.5.0](https://github.com/twangodev/jetplay/compare/v0.4.0...v0.5.0) (2026-06-15)


### Added

* support Remote Development via Plugin Model V2 content modules ([#43](https://github.com/twangodev/jetplay/issues/43)) ([499074d](https://github.com/twangodev/jetplay/commit/499074d053fd2c8b41f17285d3550b4d3ce94e11))


### Fixed

* remove .ts extension to avoid TypeScript conflict ([#45](https://github.com/twangodev/jetplay/issues/45)) ([4c8e742](https://github.com/twangodev/jetplay/commit/4c8e742fea634e81b34aaa8bbfcbd13bce692d08))

## [0.4.0](https://github.com/twangodev/jetplay/compare/v0.3.0...v0.4.0) (2026-06-12)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginName = jetplay
pluginRepositoryUrl = https://github.com/twangodev/jetplay
# SemVer format -> https://semver.org
# x-release-please-start-version
pluginVersion = 0.4.0
pluginVersion = 0.5.0
# x-release-please-end

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Expand Down
Loading