Skip to content

Commit 9c16965

Browse files
release: 2.0.1
1 parent f289764 commit 9c16965

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## 2.0.1 (2025-04-15)
4+
5+
Full Changelog: [v2.0.0...v2.0.1](https://github.com/runwayml/sdk-node/compare/v2.0.0...v2.0.1)
6+
7+
### Chores
8+
9+
* **client:** minor internal fixes ([cc5ac03](https://github.com/runwayml/sdk-node/commit/cc5ac0364a3df8c6a3c802c2376d783325706c82))
10+
* **internal:** reduce CI branch coverage ([68e1ec0](https://github.com/runwayml/sdk-node/commit/68e1ec0887803b27e1d8d0877e6b704a2ec808d7))
11+
* **internal:** upload builds and expand CI branch coverage ([d9c6c72](https://github.com/runwayml/sdk-node/commit/d9c6c723a6c33502fbf8b7ed7d08530bcd674a46))
12+
313
## 2.0.0 (2025-04-09)
414

515
Full Changelog: [v1.5.6...v2.0.0](https://github.com/runwayml/sdk-node/compare/v1.5.6...v2.0.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.0.0",
3+
"version": "2.0.1",
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.0.0'; // x-release-please-version
1+
export const VERSION = '2.0.1'; // x-release-please-version

0 commit comments

Comments
 (0)