From 3c13c0bba232b2987f7c5b259d1a856be91a67da Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 20 Jan 2026 13:26:36 +0100 Subject: [PATCH] chore(main): release cli 2.54.3 --- 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 4cf94bdc..5771b540 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.54.3](https://github.com/phrase/strings-openapi/compare/cli-v2.54.2...cli-v2.54.3) (2026-01-20) + + +### Bug Fixes + +* **CLI:** Fix bare binary release for Linux ([#1020](https://github.com/phrase/strings-openapi/issues/1020)) ([954efca](https://github.com/phrase/strings-openapi/commit/954efca1d9954d229a3a99eea6dca0f695a1a286)) + ## [2.54.2](https://github.com/phrase/strings-openapi/compare/cli-v2.54.1...cli-v2.54.2) (2026-01-19) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 6e980c47..d2bfe46d 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.2 +packageVersion: 2.54.3 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index fd2b96a2..39b21ba5 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.54.2" + ".": "2.54.3" }