From bd5ad6e5c2ec864854ae0bb95015a5ef9335d43c Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 27 Oct 2025 00:14:18 -0400 Subject: [PATCH] Update version-bump skill documentation and bump plugin version to 4.3.2 --- .claude/skills/version-bump/SKILL.md | 7 ++++--- plugin/.claude-plugin/plugin.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.claude/skills/version-bump/SKILL.md b/.claude/skills/version-bump/SKILL.md index 14c7c1d4..7afa8623 100644 --- a/.claude/skills/version-bump/SKILL.md +++ b/.claude/skills/version-bump/SKILL.md @@ -1,18 +1,19 @@ --- name: version-bump -description: Manage semantic version updates for claude-mem project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, and CLAUDE.md consistently. +description: Manage semantic version updates for claude-mem project. Handles patch, minor, and major version increments following semantic versioning. Updates package.json, marketplace.json, plugin.json, and CLAUDE.md consistently. Creates git tags. --- # Version Bump Skill -IMPORTANT: This skill manages semantic versioning across the claude-mem project. YOU MUST update all three version-tracked files consistently. +IMPORTANT: This skill manages semantic versioning across the claude-mem project. YOU MUST update all FOUR version-tracked files consistently and create a git tag. ## Quick Reference **Files requiring updates:** 1. `package.json` (line 3) 2. `.claude-plugin/marketplace.json` (line 13) -3. `CLAUDE.md` (version history section) +3. `plugin/.claude-plugin/plugin.json` (line 3) +4. `CLAUDE.md` (version history section) **Semantic versioning:** - PATCH (x.y.Z): Bugfixes only diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index b1b18ab5..c3de4655 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "4.3.0", + "version": "4.3.2", "description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions", "author": { "name": "Alex Newman"