From d4e998527fa32777898fc3bbd689c13773cc0937 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Sat, 16 May 2026 14:54:13 -0400 Subject: [PATCH] chore(main): release trogonstack-eventmodeling 0.1.1 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- .../trogonstack-eventmodeling/.claude-plugin/plugin.json | 2 +- plugins/trogonstack-eventmodeling/CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a99a165..f7710aa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "plugins/trogonstack-datadog": "0.3.0", "plugins/trogonstack-ask": "0.1.1", "plugins/trogonstack-otel": "0.1.0", - "plugins/trogonstack-eventmodeling": "0.1.0", + "plugins/trogonstack-eventmodeling": "0.1.1", "plugins/trogonstack-eda": "0.1.0" } diff --git a/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json b/plugins/trogonstack-eventmodeling/.claude-plugin/plugin.json index cb63633..62ba30c 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.0", + "version": "0.1.1", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-eventmodeling/CHANGELOG.md b/plugins/trogonstack-eventmodeling/CHANGELOG.md index c608eb6..40b17af 100644 --- a/plugins/trogonstack-eventmodeling/CHANGELOG.md +++ b/plugins/trogonstack-eventmodeling/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/TrogonStack/agentskills/compare/trogonstack-eventmodeling@v0.1.0...trogonstack-eventmodeling@v0.1.1) (2026-05-16) + + +### Bug Fixes + +* Use YAML list syntax for allowed-tools ([#47](https://github.com/TrogonStack/agentskills/issues/47)) ([67aaca2](https://github.com/TrogonStack/agentskills/commit/67aaca2837287564a6bde1a29d486b736a6b6254)) + ## [0.1.0](https://github.com/TrogonStack/agentskills/compare/trogonstack-eventmodeling@v0.0.1...trogonstack-eventmodeling@v0.1.0) (2026-04-04)