Skip to content

Commit 179b43e

Browse files
release: 2.8.3
1 parent 8d83636 commit 179b43e

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-
".": "2.8.2"
2+
".": "2.8.3"
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+
## 2.8.3 (2025-09-09)
4+
5+
Full Changelog: [v2.8.2...v2.8.3](https://github.com/runwayml/sdk-node/compare/v2.8.2...v2.8.3)
6+
7+
### Bug Fixes
8+
9+
* coerce nullable values to undefined ([009871a](https://github.com/runwayml/sdk-node/commit/009871a4cb8b9afc0420e3d83a56eb5c4dc52f6f))
10+
11+
12+
### Chores
13+
14+
* ci build action ([86786bd](https://github.com/runwayml/sdk-node/commit/86786bd820737f4baed65927fffafef3c78d8f72))
15+
316
## 2.8.2 (2025-08-23)
417

518
Full Changelog: [v2.8.1...v2.8.2](https://github.com/runwayml/sdk-node/compare/v2.8.1...v2.8.2)

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": "2.8.2",
3+
"version": "2.8.3",
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 = '2.8.2'; // x-release-please-version
1+
export const VERSION = '2.8.3'; // x-release-please-version

0 commit comments

Comments
 (0)