From ab96ecb55c7c558fbbef023bf295c9f274f059bb Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Fri, 3 Jul 2026 17:08:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20chore:=20bump=20unsplash?= =?UTF-8?q?=20plugin=20to=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Matches @kud/mcp-unsplash@2.1.0 release with 12 new read-only tools. Updates both plugin.json and marketplace.json registrations. --- .claude-plugin/marketplace.json | 2 +- plugins/unsplash/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fb54db8..e260c36 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -67,7 +67,7 @@ }, { "name": "unsplash", - "version": "2.0.0", + "version": "2.1.0", "description": "Search and fetch freely-licensed photos from Unsplash — keyword search, random photos, full metadata, collections, and editorial topics.", "source": "./plugins/unsplash", "category": "productivity" diff --git a/plugins/unsplash/.claude-plugin/plugin.json b/plugins/unsplash/.claude-plugin/plugin.json index bdcde2e..1dec09e 100644 --- a/plugins/unsplash/.claude-plugin/plugin.json +++ b/plugins/unsplash/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "unsplash", "description": "Search and fetch freely-licensed photos from Unsplash — keyword search, random photos, full metadata, collections, and editorial topics.", - "version": "2.0.0", + "version": "2.1.0", "author": { "name": "kud", "url": "https://github.com/kud"