From 311059721dfc7b0311327895e354d01799df47d5 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 18 Sep 2026 08:38:17 +0200 Subject: [PATCH] chore(main): release typescript 3.27.0 --- clients/typescript/CHANGELOG.md | 7 +++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 8e7f54925..93106a552 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.27.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.26.0...typescript-v3.27.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [3.26.0](https://github.com/phrase/strings-openapi/compare/typescript-v3.25.0...typescript-v3.26.0) (2026-09-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 978aad946..474542144 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.26.0 +npmVersion: 3.27.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 0aeadf353..14e0f9162 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.26.0" + ".": "3.27.0" } \ No newline at end of file