From debc6287e26e07d0ad408b19226c041ad44f1fb7 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Wed, 27 May 2026 13:16:51 +0200 Subject: [PATCH] chore(release): 1.5.6 --- node/package-lock.json | 4 ++-- node/package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/package-lock.json b/node/package-lock.json index 38801fa..ca15154 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kuns/claude-mailbox", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@kuns/claude-mailbox", - "version": "1.5.5", + "version": "1.5.6", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", diff --git a/node/package.json b/node/package.json index 6a3595a..a217918 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "@kuns/claude-mailbox", - "version": "1.5.5", + "version": "1.5.6", "description": "Standalone MCP mail server that lets parallel Claude sessions coordinate with each other.", "type": "module", "bin": { diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 65faffa..f7aa253 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mailbox", - "version": "1.5.5", + "version": "1.5.6", "description": "Auto-checks the local Claude-Mailbox daemon before every prompt and after each subagent run, and injects pending messages into the conversation context.", "author": { "name": "Mika Kuns"