From 01553701dc2e30064948b53de07c90e475250a6a Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 13 Jan 2026 14:55:33 +0100 Subject: [PATCH] chore(main): release cli 2.53.1 --- 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 e6144fdb..3b926112 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.53.1](https://github.com/phrase/openapi/compare/cli-v2.53.0...cli-v2.53.1) (2026-01-13) + + +### Bug Fixes + +* **CLI:** Stuck waiting when using push -w -B ([#1003](https://github.com/phrase/openapi/issues/1003)) ([8a1b0f8](https://github.com/phrase/openapi/commit/8a1b0f865bc8e0437fbb2f00aa5a4a7b487aa7d7)) + ## [2.53.0](https://github.com/phrase/openapi/compare/cli-v2.52.0...cli-v2.53.0) (2026-01-09) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 880abede..c0944c19 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.53.0 +packageVersion: 2.53.1 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 658c2b40..f5d69596 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.53.0" + ".": "2.53.1" }