From f1051c682e6909db3db471a61c79e5e58259a59a Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 16 Oct 2025 21:01:39 -0400 Subject: [PATCH] chore: bump remaining plugin versions to 1.2.2 Bump version from 1.2.1 to 1.2.2 for 3 plugins that had Agent Skills added and were already at 1.2.1: - backend-development - framework-migration - security-scanning Follow-up to commit 65e5cb0 (feat: add Agent Skills and restructure documentation) --- .claude-plugin/marketplace.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e930aee..64644e9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -102,7 +102,7 @@ "name": "backend-development", "source": "./plugins/backend-development", "description": "Backend API design, GraphQL architecture, and test-driven backend development", - "version": "1.2.1", + "version": "1.2.2", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" @@ -968,7 +968,7 @@ "name": "framework-migration", "source": "./plugins/framework-migration", "description": "Framework updates, migration planning, and architectural transformation workflows", - "version": "1.2.1", + "version": "1.2.2", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson" @@ -1091,7 +1091,7 @@ "name": "security-scanning", "source": "./plugins/security-scanning", "description": "SAST analysis, dependency vulnerability scanning, OWASP Top 10 compliance, container security scanning, and automated security hardening", - "version": "1.2.1", + "version": "1.2.2", "author": { "name": "Seth Hobson", "url": "https://github.com/wshobson"