From 4f475ea7fc2b02eb91b4c109992294d5b2f76978 Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 1 Feb 2024 09:16:05 +0100 Subject: [PATCH] chore(master): release typescript 1.19.1 --- 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 e985ef422..91c8028ec 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 34459eaed..03ffadbf0 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 de44c40d8..8255acfd4 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