Skip to content

Commit cd8c223

Browse files
release: 1.3.0
1 parent 844bf94 commit cd8c223

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

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

3+
## 1.3.0 (2024-11-06)
4+
5+
Full Changelog: [v1.2.0...v1.3.0](https://github.com/runwayml/sdk-node/compare/v1.2.0...v1.3.0)
6+
7+
### Features
8+
9+
* **api:** API version 2024-11-06 ([#29](https://github.com/runwayml/sdk-node/issues/29)) ([2f91b22](https://github.com/runwayml/sdk-node/commit/2f91b221833ef12e3c8d2f2e4fc3a0acd73a26d4))
10+
* **api:** Set latest default API version ([#31](https://github.com/runwayml/sdk-node/issues/31)) ([1438a26](https://github.com/runwayml/sdk-node/commit/1438a2674207c3ee008c054dadb039b7ba90ef79))
11+
312
## 1.2.0 (2024-10-04)
413

514
Full Changelog: [v1.1.0...v1.2.0](https://github.com/runwayml/sdk-node/compare/v1.1.0...v1.2.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": "1.2.0",
3+
"version": "1.3.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 = '1.2.0'; // x-release-please-version
1+
export const VERSION = '1.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)