Skip to content

Commit 3cae1e6

Browse files
release: 4.9.0
1 parent 801654c commit 3cae1e6

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-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.8.0"
2+
".": "4.9.0"
33
}

CHANGELOG.md

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

3+
## 4.9.0 (2026-02-05)
4+
5+
Full Changelog: [v4.8.0...v4.9.0](https://github.com/supermemoryai/sdk-ts/compare/v4.8.0...v4.9.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([7e95e85](https://github.com/supermemoryai/sdk-ts/commit/7e95e854a98cc37ef408013ad3320246dffa557f))
10+
11+
12+
### Chores
13+
14+
* **client:** restructure abort controller binding ([801654c](https://github.com/supermemoryai/sdk-ts/commit/801654cf7725cdcb832ac6f1a480ebdf3c8a497c))
15+
316
## 4.8.0 (2026-02-03)
417

518
Full Changelog: [v4.7.3...v4.8.0](https://github.com/supermemoryai/sdk-ts/compare/v4.7.3...v4.8.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.8.0",
3+
"version": "4.9.0",
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.8.0",
3+
"version": "4.9.0",
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
@@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121
new McpServer(
2222
{
2323
name: 'supermemory_api',
24-
version: '4.8.0',
24+
version: '4.9.0',
2525
},
2626
{ capabilities: { tools: {}, logging: {} } },
2727
);

src/version.ts

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

0 commit comments

Comments
 (0)