File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 4.11.0 "
2+ "." : " 4.11.1 "
33}
Original file line number Diff line number Diff line change 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
513Full Changelog: [ v4.10.0...v4.11.0] ( https://github.com/supermemoryai/sdk-ts/compare/v4.10.0...v4.11.0 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ( ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '4.11.0 ' ; // x-release-please-version
1+ export const VERSION = '4.11.1 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments