diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 266f637..a468742 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.5" + ".": "1.4.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3bbaf..3f326a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Bug Fixes + +* **client:** normalize method ([#57](https://github.com/runwayml/sdk-node/issues/57)) ([b34ecbb](https://github.com/runwayml/sdk-node/commit/b34ecbb8490f73b869d87ba732ac9d40f7efd303)) + ## 1.4.5 (2024-12-18) Full Changelog: [v1.4.4...v1.4.5](https://github.com/runwayml/sdk-node/compare/v1.4.4...v1.4.5) diff --git a/package.json b/package.json index 604b898..f70857c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@runwayml/sdk", - "version": "1.4.5", + "version": "1.4.6", "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 b6d6271..a3bcb09 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.4.5'; // x-release-please-version +export const VERSION = '1.4.6'; // x-release-please-version