diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a7ed942..a99a165 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,5 +6,5 @@ "plugins/trogonstack-ask": "0.1.1", "plugins/trogonstack-otel": "0.1.0", "plugins/trogonstack-eventmodeling": "0.1.0", - "plugins/trogonstack-eda": "0.0.1" + "plugins/trogonstack-eda": "0.1.0" } diff --git a/plugins/trogonstack-eda/.claude-plugin/plugin.json b/plugins/trogonstack-eda/.claude-plugin/plugin.json index b885491..335fa6f 100644 --- a/plugins/trogonstack-eda/.claude-plugin/plugin.json +++ b/plugins/trogonstack-eda/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-eda", "description": "Event-driven architecture skills for designing event names, schemas, contracts, and catalogs following good practices for domain and integration events", - "version": "0.0.1", + "version": "0.1.0", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-eda/CHANGELOG.md b/plugins/trogonstack-eda/CHANGELOG.md new file mode 100644 index 0000000..2d39b5b --- /dev/null +++ b/plugins/trogonstack-eda/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-eda@v0.0.1...trogonstack-eda@v0.1.0) (2026-04-30) + + +### Features + +* **trogonstack-eda:** Scaffold plugin for event-driven architecture skills ([#44](https://github.com/TrogonStack/agentskills/issues/44)) ([354e1fa](https://github.com/TrogonStack/agentskills/commit/354e1fafaf1f83767c2775231819843fbfc94952))