Skip to content

Commit 66e7154

Browse files
authored
chore(main): release cli 2.40.0 (#819)
1 parent 21796dd commit 66e7154

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

clients/cli/CHANGELOG.md

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

3+
## [2.40.0](https://github.com/phrase/openapi/compare/cli-v2.39.0...cli-v2.40.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* **CLI:** Do not save token to config file by default #STRINGS-999 ([#822](https://github.com/phrase/openapi/issues/822)) ([7836701](https://github.com/phrase/openapi/commit/783670117c84357da9157b4e5cdb80fc3d96c820))
9+
10+
11+
### Bug Fixes
12+
13+
* **API:** Remove request body from GET comments ([#817](https://github.com/phrase/openapi/issues/817)) ([2646001](https://github.com/phrase/openapi/commit/264600132e80ac03983e0ae86e99db3d6fb9080d))
14+
315
## [2.39.0](https://github.com/phrase/openapi/compare/cli-v2.38.0...cli-v2.39.0) (2025-03-06)
416

517

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.39.0
5+
packageVersion: 2.40.0
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.39.0"
2+
".": "2.40.0"
33
}

0 commit comments

Comments
 (0)