Skip to content

Commit 65930bb

Browse files
release: 2.8.0
1 parent 76760a3 commit 65930bb

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.7.0"
2+
".": "2.8.0"
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+
## 2.8.0 (2025-08-07)
4+
5+
Full Changelog: [v2.7.0...v2.8.0](https://github.com/runwayml/sdk-node/compare/v2.7.0...v2.8.0)
6+
7+
### Features
8+
9+
* **readme:** Fix for readme example ([821c2ac](https://github.com/runwayml/sdk-node/commit/821c2ac913308db660d2ccae9f331d42f9de8f91))
10+
* **readme:** gen4_turbo ratio ([f637cd6](https://github.com/runwayml/sdk-node/commit/f637cd6839aaf054aa23ea84dcb125144fc79065))
11+
12+
13+
### Chores
14+
15+
* **internal:** move publish config ([be0428c](https://github.com/runwayml/sdk-node/commit/be0428cb967312f488b0012897196b67fe9a49c2))
16+
317
## 2.7.0 (2025-08-05)
418

519
Full Changelog: [v2.6.0...v2.7.0](https://github.com/runwayml/sdk-node/compare/v2.6.0...v2.7.0)

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

0 commit comments

Comments
 (0)