From 1728977b324982e106693a40aa3e318b03f89659 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 10 Apr 2024 10:57:21 +0200 Subject: [PATCH] chore(master): release typescript 1.21.0 (#560) --- clients/typescript/CHANGELOG.md | 12 ++++++++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 574b8bdf..dfb49ffb 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.21.0](https://github.com/phrase/openapi/compare/typescript-v1.20.0...typescript-v1.21.0) (2024-04-10) + + +### Features + +* **API:** add Linked Keys endpoints ([#555](https://github.com/phrase/openapi/issues/555)) ([4935dac](https://github.com/phrase/openapi/commit/4935dac58c787eaade2f1f65ce649f466b5e3a60)) + + +### Bug Fixes + +* (API) Add mandatory params to linked keys endpoints ([#564](https://github.com/phrase/openapi/issues/564)) ([08d9846](https://github.com/phrase/openapi/commit/08d9846bc224d349e2ade9abf28d733afb1e8be3)) + ## [1.20.0](https://github.com/phrase/openapi/compare/typescript-v1.19.2...typescript-v1.20.0) (2024-02-07) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 936742fc..8c79c465 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.20.0 +npmVersion: 1.21.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 69eb19a7..ba231b07 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.21.0" } \ No newline at end of file