From 6b42b16c2750aa235b5ddbade20a36b5db4c8ba8 Mon Sep 17 00:00:00 2001 From: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:08:10 -0500 Subject: [PATCH] chore(main): release 0.1.0 Signed-off-by: Straw Hat Team Bot <61149376+sht-bot@users.noreply.github.com> --- .claude-plugin/plugin.json | 2 +- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e92d10f..32741f3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "trogonstack-agentskills", - "version": "0.0.1", + "version": "0.1.0", "description": "TrogonStack agent skills — modular, reusable capabilities for Claude-powered agents", "author": { "name": "TrogonStack", diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b985ff6..466df71 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..20c4af6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.0](https://github.com/TrogonStack/agentskills/compare/v0.0.1...v0.1.0) (2026-02-09) + + +### Features + +* Initial commit ([849e613](https://github.com/TrogonStack/agentskills/commit/849e6135c065bad41ae65b2bd9c9daf065bebe64))