From fae51f6c3f7ba83a51f9e1477cc72a179fa18c40 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 12 Aug 2026 19:12:01 +0200 Subject: [PATCH] chore(release): v2.16.1 Signed-off-by: Sebastian Mendel --- .claude-plugin/plugin.json | 2 +- plugin.json | 2 +- skills/github-project/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a672dbd..372acec 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github-project", - "version": "2.16.0", + "version": "2.16.1", "description": "GitHub repository setup, branch protection, and configuration", "author": { "name": "Netresearch DTT GmbH", diff --git a/plugin.json b/plugin.json index 9e3dbc5..5c4d394 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "github-project", - "version": "2.16.0", + "version": "2.16.1", "description": "GitHub repository setup, branch protection, and configuration", "author": { "name": "Netresearch DTT GmbH", diff --git a/skills/github-project/SKILL.md b/skills/github-project/SKILL.md index 03351f4..87a4d34 100644 --- a/skills/github-project/SKILL.md +++ b/skills/github-project/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 gh CLI, git." metadata: author: Netresearch DTT GmbH - version: "2.16.0" + version: "2.16.1" repository: https://github.com/netresearch/github-project-skill allowed-tools: Bash(gh:*) Bash(git:*) Bash(grep:*) Read Write ---