From 4659bcf988aa4f54b7317c587485abdb7ab51f65 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 17 Jan 2024 15:24:58 +0100 Subject: [PATCH] chore(master): release typescript 1.19.0 (#514) --- 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 3b1599bd..e985ef42 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.19.0](https://github.com/phrase/openapi/compare/typescript-v1.18.0...typescript-v1.19.0) (2024-01-17) + + +### Features + +* **api:** Add QPS endpoint and documentation ([#521](https://github.com/phrase/openapi/issues/521)) ([d22c558](https://github.com/phrase/openapi/commit/d22c558adfbb7fcd13759e388c038744914e42fa)) + + +### Bug Fixes + +* **API:** Create Custom Metadata endpoint fix [TSI-2222] ([#499](https://github.com/phrase/openapi/issues/499)) ([ce2ed94](https://github.com/phrase/openapi/commit/ce2ed9488e111fb5d9bc3810a78c47d23553c8b7)) + ## [1.18.0](https://github.com/phrase/openapi/compare/typescript-v1.17.0...typescript-v1.18.0) (2023-12-13) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 045b6331..34459eae 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.18.0 +npmVersion: 1.19.0 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index 4ce109ae..de44c40d 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.18.0" + ".": "1.19.0" } \ No newline at end of file