From d224c88fd0133c81f8e71b67fd35929596b4a741 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Sun, 22 Feb 2026 17:38:09 -0500 Subject: [PATCH] chore(main): release trogonstack-nats 0.0.2 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- plugins/trogonstack-nats/.claude-plugin/plugin.json | 2 +- plugins/trogonstack-nats/CHANGELOG.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 plugins/trogonstack-nats/CHANGELOG.md diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2d23738..6a940e3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "plugins/trogonstack-diataxis": "0.0.1", "plugins/trogonstack-gh": "0.0.1", - "plugins/trogonstack-nats": "0.0.1" + "plugins/trogonstack-nats": "0.0.2" } diff --git a/plugins/trogonstack-nats/.claude-plugin/plugin.json b/plugins/trogonstack-nats/.claude-plugin/plugin.json index 721d937..29d59d7 100644 --- a/plugins/trogonstack-nats/.claude-plugin/plugin.json +++ b/plugins/trogonstack-nats/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-nats", "description": "NATS messaging skills for designing subject hierarchies with naming conventions and wildcard patterns", - "version": "0.0.1", + "version": "0.0.2", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-nats/CHANGELOG.md b/plugins/trogonstack-nats/CHANGELOG.md new file mode 100644 index 0000000..c70fe46 --- /dev/null +++ b/plugins/trogonstack-nats/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/TrogonStack/agentskills/compare/trogonstack-nats@v0.0.1...trogonstack-nats@v0.0.2) (2026-02-22) + + +### Bug Fixes + +* Restructure into per-plugin directories with trogonstack- prefix ([#9](https://github.com/TrogonStack/agentskills/issues/9)) ([1074076](https://github.com/TrogonStack/agentskills/commit/1074076774025e26bfcb86ccaa7cd3ac21f246df))