Skip to content

Commit eaf7565

Browse files
release: 4.11.1
1 parent b6b4ef0 commit eaf7565

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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:** always generate MCP server dockerfiles and upgrade associated dependencies ([b6b4ef0](https://github.com/supermemoryai/sdk-ts/commit/b6b4ef0eff3ca5b2c675488e33d048d7470a72b2))
10+
311
## 4.11.0 (2026-02-09)
412

513
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
@@ -57,7 +57,7 @@ export const newMcpServer = async () =>
5757
new McpServer(
5858
{
5959
name: 'supermemory_api',
60-
version: '4.11.0',
60+
version: '4.11.1',
6161
},
6262
{
6363
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)