diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 80a369c..d7a2396 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "for-developers-plugin", "displayName": "Intility Developer Platform", - "version": "0.4.0", + "version": "0.4.1", "description": "A friendly companion for getting an app running on the Intility Developer Platform. Helps you create a cluster, deploy a containerized app, expose it on a URL, and update it later — without needing prior Kubernetes experience.", "author": { "name": "Intility", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a79000..575306d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/intility/for-developers-plugin/compare/v0.4.0...v0.4.1) (2026-07-08) + + +### Bug Fixes + +* rename login skill to cluster-login ([7b4d1b1](https://github.com/intility/for-developers-plugin/commit/7b4d1b15340638950ebe4997ba08ece5eaf8f4ee)) +* rename login skill to cluster-login ([e2e16f4](https://github.com/intility/for-developers-plugin/commit/e2e16f447f8ade60ba262c935a62e61884eb2977)), closes [#10](https://github.com/intility/for-developers-plugin/issues/10) + ## [0.4.0](https://github.com/intility/ext-devplatform-plugin/compare/v0.3.0...v0.4.0) (2026-07-02)