Skip to content

Commit 512ede4

Browse files
release: 1.6.0
1 parent b5f3ba5 commit 512ede4

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

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+
328
## 1.5.0 (2025-04-23)
429

530
Full Changelog: [v1.4.2...v1.5.0](https://github.com/openintegrations/ts-sdk/compare/v1.4.2...v1.5.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openint/sdk",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "The official TypeScript library for the Openint API",
55
"author": "Openint <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.5.0'; // x-release-please-version
1+
export const VERSION = '1.6.0'; // x-release-please-version

0 commit comments

Comments
 (0)