From 6073c6690488d8951057bec3338bf9623e86a63a Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 22 May 2026 13:30:41 +0200 Subject: [PATCH] chore(main): release typescript 3.24.0 --- clients/typescript/CHANGELOG.md | 12 ++++++++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 0e589304..110148e4 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.24.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.23.0...typescript-v3.24.0) (2026-05-22) + + +### Features + +* **API:** align and improve API coverage across v2 endpoints ([#1145](https://github.com/phrase/strings-openapi/issues/1145)) ([b27394b](https://github.com/phrase/strings-openapi/commit/b27394bd102f2aee4dd468e3c2fff355018ec59c)) + + +### Bug Fixes + +* **API:** branching: align operations with the backend behavior ([#1136](https://github.com/phrase/strings-openapi/issues/1136)) ([b0e0c8e](https://github.com/phrase/strings-openapi/commit/b0e0c8ed692be75ea55e761e49df8c35fb17df56)) + ## [3.23.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.22.0...typescript-v3.23.0) (2026-05-15) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 93289fb9..846153fd 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,7 +2,7 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 3.23.0 +npmVersion: 3.24.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch repositoryUrl: https://github.com/phrase/phrase-js diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index fdd6f7be..d6f5f39e 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.23.0" + ".": "3.24.0" } \ No newline at end of file