From 532598aac219093dd28a90e907ebbae4e305fe22 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Dec 2025 09:13:42 +0100 Subject: [PATCH] chore(main): release typescript 3.14.1 --- 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 8676821a..03e494bf 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.14.1](https://github.com/phrase/openapi/compare/typescript-v3.14.0...typescript-v3.14.1) (2025-12-17) + + +### Bug Fixes + +* **typescript:** use trusted publishing for typescript client ([#987](https://github.com/phrase/openapi/issues/987)) ([de2e477](https://github.com/phrase/openapi/commit/de2e4771e0bc1fba9949d6650834817e3016e185)) + ## [3.14.0](https://github.com/phrase/openapi/compare/typescript-v3.13.0...typescript-v3.14.0) (2025-12-16) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 28cf0e22..f4b9ec04 100644 --- a/openapi-generator/typescript_lang.yaml +++ b/openapi-generator/typescript_lang.yaml @@ -2,6 +2,6 @@ generatorName: typescript-fetch outputDir: clients/typescript npmName: phrase-js -npmVersion: 3.14.0 +npmVersion: 3.14.1 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 75e8a660..bec92bfa 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.14.0" + ".": "3.14.1" } \ No newline at end of file