File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.0.0-alpha.26 "
2
+ "." : " 3.0.0-alpha.27 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.0.0-alpha.27 (2025-09-12)
4
+
5
+ Full Changelog: [ v3.0.0-alpha.26...v3.0.0-alpha.27] ( https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.26...v3.0.0-alpha.27 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ 931f06e] ( https://github.com/supermemoryai/sdk-ts/commit/931f06ec191b9265a5b616ad464f13196b5323e8 ) )
10
+ * ** api:** api update ([ 1867027] ( https://github.com/supermemoryai/sdk-ts/commit/1867027fbf09579e83274f56662a9f52bfde7980 ) )
11
+ * ** api:** api update ([ ba68418] ( https://github.com/supermemoryai/sdk-ts/commit/ba684187bac42ee1c631fda0018759923f1ceb64 ) )
12
+ * ** api:** api update ([ e1af8d2] ( https://github.com/supermemoryai/sdk-ts/commit/e1af8d2c434a9aef933486a21a9a290b17ce44cd ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * coerce nullable values to undefined ([ d3d7567] ( https://github.com/supermemoryai/sdk-ts/commit/d3d75676732fa48be0847fbbcc542489bc8cff1a ) )
18
+
19
+
20
+ ### Chores
21
+
22
+ * ci build action ([ e1f58f5] ( https://github.com/supermemoryai/sdk-ts/commit/e1f58f5b24257a252c8e6fc13d9befc25ea42538 ) )
23
+ * ** internal:** update global Error reference ([ 5c8e529] ( https://github.com/supermemoryai/sdk-ts/commit/5c8e529624c921433b81cbcc975acacb5cd9aa2c ) )
24
+
3
25
## 3.0.0-alpha.26 (2025-08-26)
4
26
5
27
Full Changelog: [ v3.0.0-alpha.25...v3.0.0-alpha.26] ( https://github.com/supermemoryai/sdk-ts/compare/v3.0.0-alpha.25...v3.0.0-alpha.26 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " supermemory" ,
3
- "version" : " 3.0.0-alpha.26 " ,
3
+ "version" : " 3.0.0-alpha.27 " ,
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.26 ' ; // x-release-please-version
1
+ export const VERSION = '3.0.0-alpha.27 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments