diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a2dc5a5..de39bb1 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,7 +5,7 @@ "plugins/trogonstack-datadog": "0.3.1", "plugins/trogonstack-ask": "0.1.2", "plugins/trogonstack-otel": "0.1.2", - "plugins/trogonstack-eventmodeling": "0.1.1", + "plugins/trogonstack-eventmodeling": "0.1.2", "plugins/trogonstack-eda": "0.1.2", "plugins/trogonstack-product-requirements": "0.1.1" } diff --git a/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json b/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json index 62ba30c..0f6f0ba 100644 --- a/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json +++ b/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-eventmodeling", "description": "Event Modeling skills for brainstorming, designing, slicing, and validating software systems following the Event Modeling methodology", - "version": "0.1.1", + "version": "0.1.2", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-eventmodeling/CHANGELOG.md b/plugins/trogonstack-eventmodeling/CHANGELOG.md index 40b17af..ed5c270 100644 --- a/plugins/trogonstack-eventmodeling/CHANGELOG.md +++ b/plugins/trogonstack-eventmodeling/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/TrogonStack/agentskills/compare/trogonstack-eventmodeling@v0.1.1...trogonstack-eventmodeling@v0.1.2) (2026-05-27) + + +### Bug Fixes + +* Inline SKILL.md descriptions for skills.sh rendering ([#62](https://github.com/TrogonStack/agentskills/issues/62)) ([5fa537a](https://github.com/TrogonStack/agentskills/commit/5fa537a46e74f30406abaccffc170fd855c08f0f)) + ## [0.1.1](https://github.com/TrogonStack/agentskills/compare/trogonstack-eventmodeling@v0.1.0...trogonstack-eventmodeling@v0.1.1) (2026-05-16)