From e6b0171cb6684f6a7c50cdbb589ac0e6534f1717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:38:14 +0000 Subject: [PATCH 1/2] chore(main): release 4.0.1 --- .fern/metadata.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.fern/metadata.json b/.fern/metadata.json index b32890f..0eb4339 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -11,5 +11,5 @@ "originGitCommitIsDirty": false, "invokedBy": "ci", "ciProvider": "github", - "sdkVersion": "4.0.0" + "sdkVersion": "4.0.1" } diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6f8775..cf533f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.0.0" + ".": "4.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e86d97f..e61ba60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/Speechify-AI/sdk-typescript/compare/4.0.0...4.0.1) (2026-08-19) + + +### Bug Fixes + +* align Fern-generated SDK version strings with published 4.0.0 ([#18](https://github.com/Speechify-AI/sdk-typescript/issues/18)) ([3b72093](https://github.com/Speechify-AI/sdk-typescript/commit/3b720932f1c88586d217f35d43b58d1191b923a2)) + ## [4.0.0](https://github.com/Speechify-AI/sdk-typescript/compare/3.0.1...4.0.0) (2026-08-19) diff --git a/package.json b/package.json index beff59d..a79ec02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@speechify/api", - "version": "4.0.0", + "version": "4.0.1", "private": false, "repository": { "type": "git", From 291196f87cafbe56214cfbb80310a2c7480a3933 Mon Sep 17 00:00:00 2001 From: Luke Oliff <289678208+luke-speechify@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:28:28 +0100 Subject: [PATCH 2/2] fix: align SDK version strings with the 4.0.1 release Release-please bumped package.json, the manifest and .fern/metadata.json to 4.0.1; set the Fern-generated literals in src/version.ts and src/BaseClient.ts to match so the tree agrees with the tag on merge. --- src/BaseClient.ts | 4 ++-- src/version.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BaseClient.ts b/src/BaseClient.ts index 56fc834..7b13813 100644 --- a/src/BaseClient.ts +++ b/src/BaseClient.ts @@ -63,8 +63,8 @@ export function normalizeClientOptions