From da428f03a48e0868b3710d6b22dc7173360d7513 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sun, 20 Sep 2026 13:47:15 +0200 Subject: [PATCH] chore(release): v1.34.1 Signed-off-by: Sebastian Mendel Assisted-by: claude-code:claude-opus-5 Agent-Session: https://claude.ai/code/session_015QRpA1G9W72EpftunQQiJb Agent-Host: 0493f0 --- .claude-plugin/plugin.json | 2 +- plugin.json | 2 +- skills/git-workflow/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e8403c4..1acef75 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.34.0", + "version": "1.34.1", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/plugin.json b/plugin.json index fe194b1..c9bbd75 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "git-workflow", - "version": "1.34.0", + "version": "1.34.1", "description": "Git workflow best practices with commit validation hooks", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 9c05f08..856bfb5 100644 --- a/skills/git-workflow/SKILL.md +++ b/skills/git-workflow/SKILL.md @@ -5,7 +5,7 @@ license: "(MIT AND CC-BY-SA-4.0). See LICENSE-MIT and LICENSE-CC-BY-SA-4.0" compatibility: "Requires git, gh CLI; yq for .spec-cleanup.yml." metadata: author: Netresearch DTT GmbH - version: "1.34.0" + version: "1.34.1" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---