From 56a753b4263ec81c9c7a6e6685a32bb56822526c Mon Sep 17 00:00:00 2001 From: Ramiro Rivera Date: Tue, 28 Jul 2026 06:19:18 +0200 Subject: [PATCH] chore: release 0.9.4 0.9.3 was published from the release commit, before the version-field fixes merged, so its tarball still carried plugin manifests at 0.8.0 and an MCP handshake at 0.6.0. Nothing consuming the published package could see correct versions. This ships them. Contents since 0.9.3: - #173 synced the plugin manifests and the MCP handshake version. - #174 added scripts/sync-version.ts, a CI drift check, and the npm version lifecycle hook, so this bump updated all three manifests in one command. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01H2GXsqpMvUhxBSNabSqZdk --- .claude-plugin/marketplace.json | 4 ++-- .claude-plugin/plugin.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 0e38fed..56b89c0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi (requires bun: https://bun.sh/install)", - "version": "0.9.3" + "version": "0.9.4" }, "plugins": [ { "name": "coding-buddy", "source": "./", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi. MCP-based terminal pet with ASCII art, stats, reactions, and personality. Requires bun runtime (https://bun.sh/install).", - "version": "0.9.3", + "version": "0.9.4", "author": { "name": "ramarivera" }, diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ea7c190..1fdc0ee 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "coding-buddy", - "version": "0.9.3", + "version": "0.9.4", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi. MCP-based terminal pet with ASCII art, stats, reactions, and personality.", "author": { "name": "ramarivera" diff --git a/package.json b/package.json index b517a59..af8c202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ramarivera/coding-buddy", - "version": "0.9.3", + "version": "0.9.4", "description": "Persistent coding companion for Claude Code, Pi, and Oh My Pi", "type": "module", "omp": {