From ce3184fd6bb65d896005d80011b785125f63764c Mon Sep 17 00:00:00 2001 From: ldraney Date: Wed, 28 Jan 2026 12:05:54 -0700 Subject: [PATCH] chore: bump version to 0.2.2 Co-Authored-By: Claude Opus 4.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0d9a4e..fd37d63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ldraney/github-mcp", - "version": "0.2.1", + "version": "0.2.2", "description": "GitHub MCP server with OAuth and 800+ API endpoints", "type": "module", "main": "dist/index.js",