diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5dbeb21..c7ebea9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,5 +5,5 @@ "plugins/trogonstack-datadog": "0.2.0", "plugins/trogonstack-ask": "0.1.1", "plugins/trogonstack-otel": "0.1.0", - "plugins/trogonstack-eventmodeling": "0.0.1" + "plugins/trogonstack-eventmodeling": "0.1.0" } diff --git a/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json b/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json index 24ec6b9..cb63633 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.0.1", + "version": "0.1.0", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-eventmodeling/CHANGELOG.md b/plugins/trogonstack-eventmodeling/CHANGELOG.md new file mode 100644 index 0000000..c608eb6 --- /dev/null +++ b/plugins/trogonstack-eventmodeling/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-eventmodeling@v0.0.1...trogonstack-eventmodeling@v0.1.0) (2026-04-04) + + +### Features + +* **trogonstack-eventmodeling:** Add event modeling plugin ([#34](https://github.com/TrogonStack/agentskills/issues/34)) ([b85d5be](https://github.com/TrogonStack/agentskills/commit/b85d5be6b357c31f5a4148499f36cc02cdb264fb))