Skip to content

Commit 9f47f0d

Browse files
release: 3.11.1
1 parent 7b0ad37 commit 9f47f0d

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-
".": "3.11.0"
2+
".": "3.11.1"
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+
## 3.11.1 (2025-12-06)
4+
5+
Full Changelog: [v3.11.0...v3.11.1](https://github.com/runwayml/sdk-node/compare/v3.11.0...v3.11.1)
6+
7+
### Bug Fixes
8+
9+
* **mcp:** return correct lines on typescript errors ([35fd83a](https://github.com/runwayml/sdk-node/commit/35fd83aeda8a6dff376a3210226ec53590874ba4))
10+
11+
12+
### Chores
13+
14+
* **internal:** codegen related update ([7b0ad37](https://github.com/runwayml/sdk-node/commit/7b0ad372c8d4c9d46b7a5164c30f11d50f242bdf))
15+
316
## 3.11.0 (2025-12-04)
417

518
Full Changelog: [v3.10.0...v3.11.0](https://github.com/runwayml/sdk-node/compare/v3.10.0...v3.11.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": "3.11.0",
3+
"version": "3.11.1",
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.11.0'; // x-release-please-version
1+
export const VERSION = '3.11.1'; // x-release-please-version

0 commit comments

Comments
 (0)