From 97d22b033155780192d23cb1e4ca302e4e887bf6 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 22 Apr 2024 14:09:46 +0200 Subject: [PATCH] chore(master): release typescript 1.23.0 (#585) --- 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 99adc12f..5ab64b20 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.23.0](https://github.com/phrase/openapi/compare/typescript-v1.22.0...typescript-v1.23.0) (2024-04-22) + + +### Features + +* Add linked-parent to translation details ([#570](https://github.com/phrase/openapi/issues/570)) ([2c6f432](https://github.com/phrase/openapi/commit/2c6f43253e24b670b71ac810c85dce0759c29403)) + ## [1.22.0](https://github.com/phrase/openapi/compare/typescript-v1.21.0...typescript-v1.22.0) (2024-04-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 989de46a..bed80b89 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.22.0 +npmVersion: 1.23.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 397c4203..cdcf20eb 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.22.0" + ".": "1.23.0" } \ No newline at end of file