Skip to content

Commit cbb057f

Browse files
release: 1.5.1
1 parent f618f64 commit cbb057f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.5.1"
33
}

CHANGELOG.md

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

3+
## 1.5.1 (2025-04-24)
4+
5+
Full Changelog: [v1.5.0...v1.5.1](https://github.com/openintegrations/ts-sdk/compare/v1.5.0...v1.5.1)
6+
7+
### Chores
8+
9+
* **ci:** only use depot for staging repos ([f618f64](https://github.com/openintegrations/ts-sdk/commit/f618f64f705b8ac31a2b4289b31bc50f9bdba949))
10+
* **internal:** codegen related update ([ef19aea](https://github.com/openintegrations/ts-sdk/commit/ef19aea8d5a1c09131c73d397dee93906f4caaac))
11+
312
## 1.5.0 (2025-04-23)
413

514
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.5.1",
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.5.1'; // x-release-please-version

0 commit comments

Comments
 (0)