n8n-nodes-mem0-v0.1.3
mem0ai/mem0n8n-nodes-mem0-v0.1.3Aug 5, 2026by kartik-mem0
AI Summary
Updates the n8n integration license to MIT and improves icon support for the Creator Portal.
Key Highlights
- Package license changed to MIT to satisfy n8n Creator Portal requirements.
- Node and credential icons now declare light and dark variants.
New Features
- MIT License
- Light/Dark themed icons
Full Release Notes
**Changes:**
- **License changed to MIT:** The published `@mem0/n8n-nodes-mem0` package is now MIT (was Apache-2.0). n8n's Creator Portal requires verified community nodes to be MIT, and the failing license check was the blocker for verification. The rest of the mem0 repo stays Apache-2.0 ([#6804](https://github.com/mem0ai/mem0/pull/6804))
- **Themed icons:** The node and credential icons now declare `{ light, dark }` variants instead of a single icon, clearing the remaining `icon-prefer-themed-variants` warnings from the Creator Portal scan. No functional changes ([#6804](https://github.com/mem0ai/mem0/pull/6804))