Skip to content

Commit f84267e

Browse files
release: 3.14.4
1 parent 0a0a653 commit f84267e

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## 3.14.4 (2026-03-05)
4+
5+
Full Changelog: [v3.14.3...v3.14.4](https://github.com/runwayml/sdk-node/compare/v3.14.3...v3.14.4)
6+
7+
### Bug Fixes
8+
9+
* fix request delays for retrying to be more respectful of high requested delays ([0a0a653](https://github.com/runwayml/sdk-node/commit/0a0a653562760410cbe9425ab6ef118ee8682546))
10+
11+
12+
### Chores
13+
14+
* **docs:** add missing descriptions ([322c513](https://github.com/runwayml/sdk-node/commit/322c513a65a9250c65215cc636ee1ca061c1592a))
15+
* **internal:** move stringifyQuery implementation to internal function ([bdc20f1](https://github.com/runwayml/sdk-node/commit/bdc20f12c6558a6f405f0790b1601d4bbf2b9078))
16+
317
## 3.14.3 (2026-02-23)
418

519
Full Changelog: [v3.14.2...v3.14.3](https://github.com/runwayml/sdk-node/compare/v3.14.2...v3.14.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": "3.14.3",
3+
"version": "3.14.4",
44
"description": "The official TypeScript library for the RunwayML API",
55
"author": "RunwayML <dev-feedback@runwayml.com>",
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 = '3.14.3'; // x-release-please-version
1+
export const VERSION = '3.14.4'; // x-release-please-version

0 commit comments

Comments
 (0)