File tree 4 files changed +28
-3
lines changed
4 files changed +28
-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-05-07)
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
+ * ** client:** add withOptions helper ([ b5f3ba5] ( https://github.com/openintegrations/ts-sdk/commit/b5f3ba5384fcc7a333a5caca00cda86eb7cde94c ) )
10
+ * ** docs:** updating documented docs for stainless ([ faa83db] ( https://github.com/openintegrations/ts-sdk/commit/faa83db141006a9f7337ac75652ecc0a1c2f4cad ) )
11
+ * ** docs:** updating documented docs for stainless ([ 8c53526] ( https://github.com/openintegrations/ts-sdk/commit/8c535260ccd141a967be63f6a9a5ebd02971e3f6 ) )
12
+ * ** docs:** updating documented docs for stainless ([ 43667b3] ( https://github.com/openintegrations/ts-sdk/commit/43667b3dca008a8e36c71765799bda7cf0d38b30 ) )
13
+
14
+
15
+ ### Chores
16
+
17
+ * ** ci:** only use depot for staging repos ([ f618f64] ( https://github.com/openintegrations/ts-sdk/commit/f618f64f705b8ac31a2b4289b31bc50f9bdba949 ) )
18
+ * ** internal:** codegen related update ([ b25bfa6] ( https://github.com/openintegrations/ts-sdk/commit/b25bfa6e05ad445d5a001f48593b2be8a5285d2f ) )
19
+ * ** internal:** codegen related update ([ ef19aea] ( https://github.com/openintegrations/ts-sdk/commit/ef19aea8d5a1c09131c73d397dee93906f4caaac ) )
20
+ * ** internal:** refactor utils ([ bccab80] ( https://github.com/openintegrations/ts-sdk/commit/bccab80cfcdc997e88860dd2330f7dbd378f97e9 ) )
21
+ * ** internal:** share typescript helpers ([ 62a47ce] ( https://github.com/openintegrations/ts-sdk/commit/62a47ce64118bc8f57e767102c55be72ab57c9e6 ) )
22
+
23
+
24
+ ### Documentation
25
+
26
+ * ** readme:** fix typo ([ 8a57cc3] ( https://github.com/openintegrations/ts-sdk/commit/8a57cc30d4a9012ce05d0dfaf8a7f6bb86e92749 ) )
27
+
3
28
## 1.5.0 (2025-04-23)
4
29
5
30
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