diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index fcf52a6..d04cd1e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "plugins/trogonstack-diataxis": "0.0.2", + "plugins/trogonstack-diataxis": "0.0.3", "plugins/trogonstack-gh": "0.0.2", "plugins/trogonstack-nats": "0.0.2", "plugins/trogonstack-datadog": "0.1.0" diff --git a/plugins/trogonstack-diataxis/.claude-plugin/plugin.json b/plugins/trogonstack-diataxis/.claude-plugin/plugin.json index c62f77c..d8da8f7 100644 --- a/plugins/trogonstack-diataxis/.claude-plugin/plugin.json +++ b/plugins/trogonstack-diataxis/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "trogonstack-diataxis", "description": "Documentation skills following the Diataxis framework for organizing and generating docs into tutorials, how-to guides, reference, and explanation sections", - "version": "0.0.2", + "version": "0.0.3", "author": { "name": "TrogonStack", "url": "https://github.com/TrogonStack" diff --git a/plugins/trogonstack-diataxis/CHANGELOG.md b/plugins/trogonstack-diataxis/CHANGELOG.md index eb396dd..0ed37a8 100644 --- a/plugins/trogonstack-diataxis/CHANGELOG.md +++ b/plugins/trogonstack-diataxis/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/TrogonStack/agentskills/compare/trogonstack-diataxis@v0.0.2...trogonstack-diataxis@v0.0.3) (2026-03-08) + + +### Bug Fixes + +* **diataxis:** Use README.md as navigation root instead of index.md ([#19](https://github.com/TrogonStack/agentskills/issues/19)) ([40a82f8](https://github.com/TrogonStack/agentskills/commit/40a82f8cf97d496abfb716481984117f511ce58b)) + ## [0.0.2](https://github.com/TrogonStack/agentskills/compare/trogonstack-diataxis@v0.0.1...trogonstack-diataxis@v0.0.2) (2026-02-22)