Skip to content

Commit 4baf94d

Browse files
release: 1.6.0
1 parent faa83db commit 4baf94d

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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

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

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

522
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)