From f98f0bd1ddad5daa20d8138c00ca1701764d4ea3 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 1 Feb 2024 09:26:47 +0100 Subject: [PATCH] chore(master): release typescript 1.19.1 (#531) --- 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 e985ef42..91c8028e 100644 --- a/clients/typescript/CHANGELOG.md +++ b/clients/typescript/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.19.1](https://github.com/phrase/openapi/compare/typescript-v1.19.0...typescript-v1.19.1) (2024-02-01) + + +### Bug Fixes + +* **API:** Adjust documentation of QPS endpoint ([#525](https://github.com/phrase/openapi/issues/525)) ([4b4f1ac](https://github.com/phrase/openapi/commit/4b4f1acf28fbd13b3d16c37162cdccfa05c38ffa)) + ## [1.19.0](https://github.com/phrase/openapi/compare/typescript-v1.18.0...typescript-v1.19.0) (2024-01-17) diff --git a/openapi-generator/typescript_lang.yaml b/openapi-generator/typescript_lang.yaml index 34459eae..03ffadbf 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.19.0 +npmVersion: 1.19.1 typescriptThreePlus: true templateDir: openapi-generator/templates/typescript-fetch diff --git a/release-please/manifest-typescript.json b/release-please/manifest-typescript.json index de44c40d..8255acfd 100644 --- a/release-please/manifest-typescript.json +++ b/release-please/manifest-typescript.json @@ -1,3 +1,3 @@ { - ".": "1.19.0" + ".": "1.19.1" } \ No newline at end of file