From 0b707efd00d18d9f3bc6f7f4528958f08edee2e4 Mon Sep 17 00:00:00 2001 From: Ladislav Martincik Date: Sun, 16 Nov 2025 18:40:18 +0100 Subject: [PATCH] chore: release version 1.3.1 - Bump version from 1.3.0 to 1.3.1 (patch for documentation) - Update package.json and plugin.json manifests - Add changelog entry for fixed documentation: - /create-issue-from-plan command now documented in README - Comprehensive usage examples and plan frontmatter reference --- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) 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",