From d496872547e04d36f4bca27457c20a98d2729272 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 27 Nov 2024 14:21:50 +0100 Subject: [PATCH] chore(master): release cli 2.34.1 (#723) --- clients/cli/CHANGELOG.md | 7 +++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 9f2779f7..d748d6d6 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.34.1](https://github.com/phrase/openapi/compare/cli-v2.34.0...cli-v2.34.1) (2024-11-27) + + +### Bug Fixes + +* **CLI:** crash when target/params section is empty #STRINGS-921 ([#722](https://github.com/phrase/openapi/issues/722)) ([03032c4](https://github.com/phrase/openapi/commit/03032c43be427a948f7e49cb7b7ff257bcf41821)) + ## [2.34.0](https://github.com/phrase/openapi/compare/cli-v2.33.1...cli-v2.34.0) (2024-11-25) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 5bcf27a8..7f8fedf0 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.34.0 +packageVersion: 2.34.1 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index d5043184..19b4ce3a 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.34.0" + ".": "2.34.1" }