diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 16f6be3..a680cc4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github", - "version": "1.3.0", + "version": "1.3.1", "description": "GitHub CI/CD automation plugin for auto-detecting, analyzing, and fixing CI/CD failures on any branch", "author": { "name": "Ladislav Martincik", diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e7908..a5276b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2024-11-16 + +### Fixed +- Documentation for `/create-issue-from-plan` command now properly appears in README.md + - Fixes CI validation failure that was catching missing command documentation + - Ensures all plugin commands are discoverable and documented + +### Added +- Comprehensive `/create-issue-from-plan` command documentation in README.md + - Usage examples + - Step-by-step explanation + - Plan frontmatter reference + - Output example + ## [1.3.0] - 2024-11-16 ### Added diff --git a/package.json b/package.json index c6e28ec..fafb0b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-plugin", - "version": "1.3.0", + "version": "1.3.1", "description": "GitHub CI/CD automation plugin for Claude Code", "private": true, "type": "module",