From 248b1fa43c3a3f0c8f6fda659337401924c43aa0 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 27 Feb 2026 15:17:12 +0100 Subject: [PATCH] chore(main): release cli 2.56.0 --- clients/cli/CHANGELOG.md | 12 ++++++++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 7d1a5d15..1ff98f47 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.56.0](https://github.com/phrase/strings-openapi/compare/cli-v2.55.2...cli-v2.56.0) (2026-02-27) + + +### Features + +* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a)) + + +### Bug Fixes + +* Add repo url to package.json to fix npm publish ([#1058](https://github.com/phrase/strings-openapi/issues/1058)) ([f021f13](https://github.com/phrase/strings-openapi/commit/f021f1305d1f203033a520e8b7e2f92da00b2fd2)) + ## [2.55.2](https://github.com/phrase/strings-openapi/compare/cli-v2.55.1...cli-v2.55.2) (2026-02-03) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 13d25851..f29a6729 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.55.2 +packageVersion: 2.56.0 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 68769983..5f1dc856 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.55.2" + ".": "2.56.0" }