From 32873693a3c26c05457b753e812a3b4f0cf91a97 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 23 Oct 2023 15:52:03 +0200 Subject: [PATCH] chore(master): release cli 2.14.0 (#442) --- 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 07e96563..fcd6bc9e 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.0](https://github.com/phrase/openapi/compare/cli-v2.13.0...cli-v2.14.0) (2023-10-23) + + +### Features + +* **API:** Add order param to comment list endpoints ([#441](https://github.com/phrase/openapi/issues/441)) ([441c9c4](https://github.com/phrase/openapi/commit/441c9c46169f8c5ac4e71ade09a95dab136314ef)) + ## [2.13.0](https://github.com/phrase/openapi/compare/cli-v2.12.0...cli-v2.13.0) (2023-10-13) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 97f60560..18c8ba16 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.13.0 +packageVersion: 2.14.0 templateDir: openapi-generator/templates/cli diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index e6eadb43..58682893 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.13.0" + ".": "2.14.0" } \ No newline at end of file