Skip to content

Commit 473b197

Browse files
release: 4.11.1
1 parent 602094d commit 473b197

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.11.0"
2+
".": "4.11.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 4.11.1 (2026-02-10)
4+
5+
Full Changelog: [v4.11.0...v4.11.1](https://github.com/supermemoryai/sdk-ts/compare/v4.11.0...v4.11.1)
6+
7+
### Chores
8+
9+
* **internal:** allow basic filtering of methods allowed for MCP code mode ([602094d](https://github.com/supermemoryai/sdk-ts/commit/602094d9fb17fe7dbf081279371f2cac00524464))
10+
* **internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([b6b4ef0](https://github.com/supermemoryai/sdk-ts/commit/b6b4ef0eff3ca5b2c675488e33d048d7470a72b2))
11+
312
## 4.11.0 (2026-02-09)
413

514
Full Changelog: [v4.10.0...v4.11.0](https://github.com/supermemoryai/sdk-ts/compare/v4.10.0...v4.11.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supermemory",
3-
"version": "4.11.0",
3+
"version": "4.11.1",
44
"description": "The official TypeScript library for the Supermemory API",
55
"author": "Supermemory <dhravya@supermemory.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supermemory-mcp",
3-
"version": "4.11.0",
3+
"version": "4.11.1",
44
"description": "The official MCP Server for the Supermemory API",
55
"author": "Supermemory <dhravya@supermemory.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const newMcpServer = async () =>
5858
new McpServer(
5959
{
6060
name: 'supermemory_api',
61-
version: '4.11.0',
61+
version: '4.11.1',
6262
},
6363
{
6464
instructions: await getInstructions(),

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '4.11.0'; // x-release-please-version
1+
export const VERSION = '4.11.1'; // x-release-please-version

0 commit comments

Comments
 (0)