From 9a32409b9705c5c13bd1c87cdc6d74fb76bc0890 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 13 Oct 2023 09:47:55 +0200 Subject: [PATCH] chore(master): release cli 2.13.0 --- 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 26e2a25e8..07e96563b 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.0](https://github.com/phrase/openapi/compare/cli-v2.12.0...cli-v2.13.0) (2023-10-13) + + +### Features + +* **API:** Implement figma attachments endpoints ([#415](https://github.com/phrase/openapi/issues/415)) ([970e612](https://github.com/phrase/openapi/commit/970e612fda620ca882a221ef541036b8d200b675)) + ## [2.12.0](https://github.com/phrase/openapi/compare/cli-v2.11.0...cli-v2.12.0) (2023-09-14) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index f9d53d178..97f605605 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,5 +2,5 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.12.0 +packageVersion: 2.13.0 templateDir: openapi-generator/templates/cli diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 0746cbe20..e6eadb43e 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } \ No newline at end of file