Skip to content

Commit 9c050a2

Browse files
committed
chore: update version to 0.0.16 and remove vector search from changeset
1 parent bb71f9c commit 9c050a2

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/funny-shoes-pick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# mcp-memory-libsql
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- bb71f9c: drop vector search improve text search with relevance
8+
ranking
9+
310
## 0.0.15
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-memory-libsql",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "LibSQL-based persistent memory tool for MCP with optimized text search",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)