local-memory-mcp 1.1.1-e → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/README.md +8 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -42,6 +42,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
42
42
|
|
|
43
43
|
**Deployment Status**: ✅ Validated and approved for immediate deployment
|
|
44
44
|
|
|
45
|
+
## [1.1.2] - 2025-11-07
|
|
46
|
+
✅ **NPM Registry Version Display Fixed**
|
|
47
|
+
|
|
48
|
+
**Problem**: NPM website displaying v1.1.1c instead of actual latest releases due to semantic versioning precedence
|
|
49
|
+
|
|
50
|
+
**Root Cause**: Pre-release versions (1.1.1-c, 1.1.1-d, 1.1.1-e) have lower precedence than version 1.1.1 without suffix
|
|
51
|
+
|
|
52
|
+
**Solution**: Bumped to proper semantic version 1.1.2 to ensure npm registry correctly identifies this as latest
|
|
53
|
+
|
|
54
|
+
**Result**: ✅ npm website and registry now display the correct latest version
|
|
55
|
+
|
|
56
|
+
**Enhanced**: Added "Claude Desktop" to package description for improved MCP ecosystem discoverability
|
|
57
|
+
|
|
45
58
|
## [1.1.1e] - 2025-11-07
|
|
46
59
|
✅ **Documentation Synchronization Release**
|
|
47
60
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Local Memory MCP Server
|
|
2
2
|
|
|
3
|
-
**Version 1.1.
|
|
3
|
+
**Version 1.1.2** - NPM registry version display fix ensuring proper "latest" version identification and enhanced MCP ecosystem discoverability.
|
|
4
4
|
|
|
5
5
|
Local Memory transforms AI interactions with persistent, searchable memory that grows smarter over time. This package provides everything needed for production deployments with Claude Desktop, Cursor, and other MCP-compatible tools.
|
|
6
6
|
|
|
@@ -15,7 +15,13 @@ Local Memory transforms AI interactions with persistent, searchable memory that
|
|
|
15
15
|
- **Enterprise Scale**: Handles millions of memories with cross-session knowledge sharing
|
|
16
16
|
- **Commercial License**: Includes terms and support options
|
|
17
17
|
|
|
18
|
-
## Recent Updates (v1.1.
|
|
18
|
+
## Recent Updates (v1.1.2)
|
|
19
|
+
|
|
20
|
+
✅ **NPM Registry Version Display Fixed (v1.1.2)**
|
|
21
|
+
|
|
22
|
+
**Problem**: NPM website displaying v1.1.1c instead of actual latest releases due to semantic versioning precedence
|
|
23
|
+
**Solution**: Proper semantic versioning (1.1.2) ensures npm registry correctly identifies this as the latest version
|
|
24
|
+
**Enhancement**: Added "Claude Desktop" to package description for improved MCP ecosystem discoverability
|
|
19
25
|
|
|
20
26
|
✅ **Documentation Synchronization (v1.1.1e)**
|
|
21
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-memory-mcp",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Local Memory MCP Server - AI-powered persistent memory system for Claude Code, Claude Desktop, Gemini, Codex, OpenCode and other MCP-compatible tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|