File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.0.0-alpha.23 "
2
+ "." : " 3.0.0-alpha.24 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.0-alpha.24 (2025-08-23)
4
+
5
+ Full Changelog: [ v3.0.0-alpha.23...v3.0.0-alpha.24] ( https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.23...v3.0.0-alpha.24 )
6
+
7
+ ### Features
8
+
9
+ * ** mcp:** add code execution tool ([ 7f46f73] ( https://github.com/supermemoryai/sdk-ts/commit/7f46f73f34099dddcd536493bf79fd077a7f8bc6 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * add package to package.json ([ 46dddb3] ( https://github.com/supermemoryai/sdk-ts/commit/46dddb3272e67125c3ec2258ee095769f8b2c846 ) )
15
+ * ** client:** qualify global Blob ([ 652941a] ( https://github.com/supermemoryai/sdk-ts/commit/652941aeb0483c7ee73071c2285c70a4e143d8fc ) )
16
+ * update CI script ([ d80ffc7] ( https://github.com/supermemoryai/sdk-ts/commit/d80ffc75a36ca9e2241db6171956a87b0a3cf251 ) )
17
+
3
18
## 3.0.0-alpha.23 (2025-08-16)
4
19
5
20
Full Changelog: [ v3.0.0-alpha.22...v3.0.0-alpha.23] ( https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.22...v3.0.0-alpha.23 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " supermemory" ,
3
- "version" : " 3.0.0-alpha.23 " ,
3
+ "version" : " 3.0.0-alpha.24 " ,
4
4
"description" : " The official TypeScript library for the Supermemory API" ,
5
5
"author" :
" Supermemory <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '3.0.0-alpha.23 ' ; // x-release-please-version
1
+ export const VERSION = '3.0.0-alpha.24 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments