File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.5 .0"
2
+ "." : " 1.6 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0 (2025-04-29)
4
+
5
+ Full Changelog: [ v1.5.0...v1.6.0] ( https://github.com/openintegrations/ts-sdk/compare/v1.5.0...v1.6.0 )
6
+
7
+ ### Features
8
+
9
+ * ** docs:** updating documented docs for stainless ([ faa83db] ( https://github.com/openintegrations/ts-sdk/commit/faa83db141006a9f7337ac75652ecc0a1c2f4cad ) )
10
+ * ** docs:** updating documented docs for stainless ([ 8c53526] ( https://github.com/openintegrations/ts-sdk/commit/8c535260ccd141a967be63f6a9a5ebd02971e3f6 ) )
11
+ * ** docs:** updating documented docs for stainless ([ 43667b3] ( https://github.com/openintegrations/ts-sdk/commit/43667b3dca008a8e36c71765799bda7cf0d38b30 ) )
12
+
13
+
14
+ ### Chores
15
+
16
+ * ** ci:** only use depot for staging repos ([ f618f64] ( https://github.com/openintegrations/ts-sdk/commit/f618f64f705b8ac31a2b4289b31bc50f9bdba949 ) )
17
+ * ** internal:** codegen related update ([ ef19aea] ( https://github.com/openintegrations/ts-sdk/commit/ef19aea8d5a1c09131c73d397dee93906f4caaac ) )
18
+ * ** internal:** refactor utils ([ bccab80] ( https://github.com/openintegrations/ts-sdk/commit/bccab80cfcdc997e88860dd2330f7dbd378f97e9 ) )
19
+
3
20
## 1.5.0 (2025-04-23)
4
21
5
22
Full Changelog: [ v1.4.2...v1.5.0] ( https://github.com/openintegrations/ts-sdk/compare/v1.4.2...v1.5.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openint/sdk" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " The official TypeScript library for the Openint API" ,
5
5
"author" :
" Openint <[email protected] >" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
- export const VERSION = '1.5 .0' ; // x-release-please-version
1
+ export const VERSION = '1.6 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments