From f49d73960298763192a5cfcc511ed659819b278b Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 19 Jan 2026 16:22:09 +0100 Subject: [PATCH] chore(main): release cli 2.54.2 --- 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 72dd2b17..4cf94bdc 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.54.2](https://github.com/phrase/strings-openapi/compare/cli-v2.54.1...cli-v2.54.2) (2026-01-19) + + +### Bug Fixes + +* **CLI:** Unify asset uploading and release publishing steps ([#1017](https://github.com/phrase/strings-openapi/issues/1017)) ([dfa0c2e](https://github.com/phrase/strings-openapi/commit/dfa0c2e816474c0a6bf82901af3ad4fed7330af8)) + ## [2.54.1](https://github.com/phrase/strings-openapi/compare/cli-v2.54.0...cli-v2.54.1) (2026-01-19) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 06a1a449..6e980c47 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.54.1 +packageVersion: 2.54.2 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 50abcb5c..fd2b96a2 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.54.1" + ".": "2.54.2" }