From 25349bf6949ab81b6d44320d96e2fdfa7374c185 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:53:15 +0000 Subject: [PATCH 1/3] chore(internal): codegen related update (#61) --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7c7f8f..aa10105 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ ## Setting up the environment -This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable). +This repository uses [`yarn@v1`](https://classic.yarnpkg.com/lang/en/docs/install). Other package managers may work but are not officially supported for development. To set up the repository, run: @@ -29,10 +29,10 @@ All files in the `examples/` directory are not modified by the generator and can … ``` -``` -chmod +x examples/.ts +```sh +$ chmod +x examples/.ts # run the example against your api -yarn tsn -T examples/.ts +$ yarn tsn -T examples/.ts ``` ## Using the repository from source From 07fa1dd8b16348bbad8c7e81027d7a06c5ac16fc Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:37:56 +0000 Subject: [PATCH 2/3] chore(internal): codegen related update (#63) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d5bc039..7651810 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 RunwayML + Copyright 2025 RunwayML Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 05b963def7b5ea3f5af25c211949809683ec83ae Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:38:16 +0000 Subject: [PATCH 3/3] release: 1.4.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- src/version.ts | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a468742..798c7d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.6" + ".": "1.4.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f326a1..4c4d0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.7 (2025-01-02) + +Full Changelog: [v1.4.6...v1.4.7](https://github.com/runwayml/sdk-node/compare/v1.4.6...v1.4.7) + +### Chores + +* **internal:** codegen related update ([#61](https://github.com/runwayml/sdk-node/issues/61)) ([25349bf](https://github.com/runwayml/sdk-node/commit/25349bf6949ab81b6d44320d96e2fdfa7374c185)) +* **internal:** codegen related update ([#63](https://github.com/runwayml/sdk-node/issues/63)) ([07fa1dd](https://github.com/runwayml/sdk-node/commit/07fa1dd8b16348bbad8c7e81027d7a06c5ac16fc)) + ## 1.4.6 (2024-12-20) Full Changelog: [v1.4.5...v1.4.6](https://github.com/runwayml/sdk-node/compare/v1.4.5...v1.4.6) diff --git a/package.json b/package.json index f70857c..534211c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runwayml/sdk", - "version": "1.4.6", + "version": "1.4.7", "description": "The official TypeScript library for the RunwayML API", "author": "RunwayML ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index a3bcb09..90721c5 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.4.6'; // x-release-please-version +export const VERSION = '1.4.7'; // x-release-please-version