From 5e586d9be570b5bb813fef49352fac2300c3eab2 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 31 May 2024 14:10:38 +0200 Subject: [PATCH] chore(master): release typescript 2.1.1 (#609) --- clients/typescript/CHANGELOG.md | 8 ++++++++ openapi-generator/typescript_lang.yaml | 2 +- release-please/manifest-typescript.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/clients/typescript/CHANGELOG.md b/clients/typescript/CHANGELOG.md index 27ebfaf9..fb611c50 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/phrase/openapi/compare/typescript-v2.1.0...typescript-v2.1.1) (2024-05-31) + + +### Bug Fixes + +* **CLI:** use id instead of repo_sync_id as param ([#618](https://github.com/phrase/openapi/issues/618)) ([7a1a0d9](https://github.com/phrase/openapi/commit/7a1a0d9115262dc7fa3065ee7cc76bec7a381ddb)) +* **PHP:** Fix deserializing custom metadata values in key response ([#607](https://github.com/phrase/openapi/issues/607)) ([b6eeeba](https://github.com/phrase/openapi/commit/b6eeeba223e3eabec268a8f3d372afcb6abd09dd)) + ## [2.1.0](https://github.com/phrase/openapi/compare/typescript-v2.0.0...typescript-v2.1.0) (2024-04-29) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index b692ce2f..9e3d1060 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: 2.1.0 +npmVersion: 2.1.1 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 656a2ef1..19588bdd 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file