From a254fa7baaf64e00e79ea0ad83445200818eb164 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 6 Jan 2025 09:40:53 +0100 Subject: [PATCH] chore(master): release typescript 3.0.2 (#763) --- 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 56da6226d..4e232354a 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/phrase/openapi/compare/typescript-v3.0.1...typescript-v3.0.2) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [3.0.1](https://github.com/phrase/openapi/compare/typescript-v3.0.0...typescript-v3.0.1) (2024-12-20) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index f37580159..edd4ecb99 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.0.1 +npmVersion: 3.0.2 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 56441f9d3..a1304a172 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } \ No newline at end of file