chore: bump version to 7.1.1

- Updated all version files
- Updated CHANGELOG with v7.1.1 release notes
- Critical fixes: Windows Bun auto-install, path quoting
- New feature: Automatic worker restart on version updates
This commit is contained in:
Alex Newman
2025-12-12 22:40:48 -05:00
parent 490ba182d5
commit c6fd984cc1
6 changed files with 42 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"plugins": [
{
"name": "claude-mem",
"version": "7.1.0",
"version": "7.1.1",
"source": "./plugin",
"description": "Persistent memory system for Claude Code - context compression across sessions"
}