Skip to content

Commit

Permalink
chore(master): release cli 2.19.3 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase authored Jan 2, 2024
1 parent 43f1427 commit 409cbd1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions clients/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.19.3](https://github.com/phrase/openapi/compare/cli-v2.19.2...cli-v2.19.3) (2024-01-02)


### Bug Fixes

* **CLI:** retrigger release for GO ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0))
* **GO:** fix type mismatch error ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0))
* **GO:** fix type mismatch for nested args ([#515](https://github.com/phrase/openapi/issues/515)) ([fca7edb](https://github.com/phrase/openapi/commit/fca7edb2bfecaeb2ed92c5f50acb8d820ef94cb0))

## [2.19.2](https://github.com/phrase/openapi/compare/cli-v2.19.1...cli-v2.19.2) (2024-01-02)


Expand Down
2 changes: 1 addition & 1 deletion openapi-generator/cli_lang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
generatorName: go
outputDir: clients/cli
packageName: phrase
packageVersion: 2.19.2
packageVersion: 2.19.3
templateDir: openapi-generator/templates/cli
apiNameSuffix: Api
2 changes: 1 addition & 1 deletion release-please/manifest-cli.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.19.2"
".": "2.19.3"
}

0 comments on commit 409cbd1

Please sign in to comment.