From e5e2c48d83b02aaef69a684d935933bb007d25d5 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 6 Aug 2026 09:29:40 +0200 Subject: [PATCH] chore(release): v1.21.0 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- skills/git-workflow/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 98e64c6..d6f965b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "git-workflow", - "version": "1.20.0", + "version": "1.21.0", "description": "Git workflow best practices with commit validation hooks", "repository": "https://github.com/netresearch/git-workflow-skill", "license": "(MIT AND CC-BY-SA-4.0)", diff --git a/skills/git-workflow/SKILL.md b/skills/git-workflow/SKILL.md index 41d65fc..4fc97fd 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.20.0" + version: "1.21.0" repository: https://github.com/netresearch/git-workflow-skill allowed-tools: Bash(git:*) Bash(gh:*) Read Write ---