Skip to content

Commit 51186fa

Browse files
authored
chore(main): release cli 2.66.1 (#1212)
1 parent 188473a commit 51186fa

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

clients/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.66.1](https://github.com/phrase/strings-openapi/compare/cli-v2.66.0...cli-v2.66.1) (2026-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **API:** improve delete /projects/{project_id}/keys/{id}/key_links documentation ([#1193](https://github.com/phrase/strings-openapi/issues/1193)) ([b0b2e3f](https://github.com/phrase/strings-openapi/commit/b0b2e3f03407fb59dff1fd6004cf77d7a0aab503))
9+
* **API:** improve delete /projects/{project_id}/keys/{id}/key_links/{child_key_id} documentation ([#1194](https://github.com/phrase/strings-openapi/issues/1194)) ([c0055b4](https://github.com/phrase/strings-openapi/commit/c0055b46575dfdaec95ee6e13f59b68015493f8b))
10+
311
## [2.66.0](https://github.com/phrase/strings-openapi/compare/cli-v2.65.0...cli-v2.66.0) (2026-06-25)
412

513

openapi-generator/cli_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
generatorName: go
33
outputDir: clients/cli
44
packageName: phrase
5-
packageVersion: 2.66.0
5+
packageVersion: 2.66.1
66
templateDir: openapi-generator/templates/cli
77
apiNameSuffix: Api

release-please/manifest-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.66.0"
2+
".": "2.66.1"
33
}

0 commit comments

Comments
 (0)