From 2a92d2e21b1ef63539d9508e3661df99cb2c9aff Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 17 Feb 2025 11:56:47 +0100 Subject: [PATCH] chore(main): release typescript 3.2.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 257b64ada..7a37c1a0c 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/phrase/openapi/compare/typescript-v3.1.0...typescript-v3.2.0) (2025-02-17) + + +### Features + +* **API:** document tags attribute of an upload #STRINGS-1221 ([#790](https://github.com/phrase/openapi/issues/790)) ([fff505b](https://github.com/phrase/openapi/commit/fff505bdff35a0033fee06e505c42fe794c88562)) + ## [3.1.0](https://github.com/phrase/openapi/compare/typescript-v3.0.3...typescript-v3.1.0) (2025-02-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index abf3bc4d0..27beeab1a 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.1.0 +npmVersion: 3.2.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index e0dc5001b..1f73031b8 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.2.0" } \ No newline at end of file