Skip to content

Commit eaf333b

Browse files
release: 1.5.4
1 parent 60ae5b8 commit eaf333b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.3"
2+
".": "1.5.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.5.4 (2025-04-03)
4+
5+
Full Changelog: [v1.5.3...v1.5.4](https://github.com/runwayml/sdk-node/compare/v1.5.3...v1.5.4)
6+
7+
### Bug Fixes
8+
9+
* **client:** send `X-Stainless-Timeout` in seconds ([#85](https://github.com/runwayml/sdk-node/issues/85)) ([42484aa](https://github.com/runwayml/sdk-node/commit/42484aa3a48a382a13cf51ccd24a9a2ca63e88fb))
10+
11+
12+
### Chores
13+
14+
* **internal:** add aliases for Record and Array ([#87](https://github.com/runwayml/sdk-node/issues/87)) ([14c8595](https://github.com/runwayml/sdk-node/commit/14c859547b22eeb606dadede532e87d450a2ca21))
15+
316
## 1.5.3 (2025-03-28)
417

518
Full Changelog: [v1.5.2...v1.5.3](https://github.com/runwayml/sdk-node/compare/v1.5.2...v1.5.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runwayml/sdk",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"description": "The official TypeScript library for the RunwayML API",
55
"author": "RunwayML <[email protected]>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.5.3'; // x-release-please-version
1+
export const VERSION = '1.5.4'; // x-release-please-version

0 commit comments

Comments
 (0)