From d144eb9f1d60b8836185ec24de5b6b3fcb0b9408 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 3 Nov 2023 15:19:33 +0100 Subject: [PATCH] chore(master): release typescript 1.17.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 257972ab..0f80a216 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.17.0](https://github.com/phrase/openapi/compare/typescript-v1.16.0...typescript-v1.17.0) (2023-11-03) + + +### Features + +* [TSI-2083] enable format_options argument for java-client ([#426](https://github.com/phrase/openapi/issues/426)) ([faa8cb3](https://github.com/phrase/openapi/commit/faa8cb353ba9f1030b9f7cfd46b894b4d6d26e70)) + ## [1.16.0](https://github.com/phrase/openapi/compare/typescript-v1.15.0...typescript-v1.16.0) (2023-10-30) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 6afe2d8c..926bcd87 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: 1.16.0 +npmVersion: 1.17.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index bc845f32..6a197bef 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.17.0" } \ No newline at end of file