From d17b372b60a1584ddda579f19276c4baea445596 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 8 May 2026 01:21:19 -0700 Subject: [PATCH] chore(release): bump claude-mem to 13.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major version bump following PR #2351 merge — server-beta runtime, Postgres observation storage, BullMQ queue engine, and Apache 2.0 relicense are now on main. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- openclaw/openclaw.plugin.json | 2 +- package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- plugin/.codex-plugin/plugin.json | 2 +- plugin/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8490e678..e244c836 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "plugins": [ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "source": "./plugin", "description": "Persistent memory system for Claude Code - context compression across sessions" } diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 131a244c..aeb389eb 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "description": "Memory compression system for Claude Code - persist context across sessions", "author": { "name": "Alex Newman" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index c1bcf6e1..4e7e401f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "description": "Memory compression system for Claude Code - persist context across sessions", "author": { "name": "Alex Newman", diff --git a/openclaw/openclaw.plugin.json b/openclaw/openclaw.plugin.json index ddabf71c..9f908b43 100644 --- a/openclaw/openclaw.plugin.json +++ b/openclaw/openclaw.plugin.json @@ -3,7 +3,7 @@ "name": "Claude-Mem (Persistent Memory)", "description": "OpenClaw plugin for Claude-Mem. Records observations from embedded runner sessions and streams them to messaging channels.", "kind": "memory", - "version": "12.7.5", + "version": "13.0.0", "license": "Apache-2.0", "author": "thedotmack", "homepage": "https://claude-mem.com", diff --git a/package.json b/package.json index a2097a08..3053fbd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "description": "Memory compression system for Claude Code - persist context across sessions", "keywords": [ "claude", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 131a244c..aeb389eb 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "description": "Memory compression system for Claude Code - persist context across sessions", "author": { "name": "Alex Newman" diff --git a/plugin/.codex-plugin/plugin.json b/plugin/.codex-plugin/plugin.json index 34d5dcb9..eb8b05be 100644 --- a/plugin/.codex-plugin/plugin.json +++ b/plugin/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "12.7.5", + "version": "13.0.0", "description": "Memory compression system for Claude Code - persist context across sessions", "author": { "name": "Alex Newman", diff --git a/plugin/package.json b/plugin/package.json index 989c12f5..09675e84 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "claude-mem-plugin", - "version": "12.7.5", + "version": "13.0.0", "private": true, "description": "Runtime dependencies for claude-mem bundled hooks", "type": "module",