Skip to content

Commit 63bc2a2

Browse files
committed
chore: 🔖 bump version
other stuff, read the changelog
1 parent 2ec6666 commit 63bc2a2

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

.changeset/eight-phones-laugh.md

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

.changeset/grumpy-mirrors-bathe.md

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

CHANGELOG.md

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

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- 2ec6666: Migrate build to vite-plus, add vitest tests, replace prettier with oxc, use node: imports
8+
- b56aab1: Security: sanitize inputs, add length limits, annotate destructive
9+
tools, fix tsconfig for TS6
10+
311
## 0.0.16
412

513
### 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.16",
3+
"version": "0.0.17",
44
"description": "LibSQL-based persistent memory tool for MCP with optimized text search",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)