Skip to content

Commit

Permalink
0.27.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Mar 22, 2024
1 parent 32236e4 commit de8c7f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ $ openapi-ts --help
While we try to avoid breaking changes, sometimes it's unavoidable in order to offer you the latest features.
### v0.27.37
### v0.27.38
### `useOptions: true`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.27.37",
"version": "0.27.38",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://github.com/hey-api/openapi-ts/",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const getConfig = async (userConfig: UserConfig, dependencies: Dependencies) =>

if (!useOptions) {
console.warn(
'⚠️ Deprecation warning: useOptions set to false. This setting will be removed in future versions. Please migrate useOptions to true https://github.com/hey-api/openapi-ts#v0.27.37'
'⚠️ Deprecation warning: useOptions set to false. This setting will be removed in future versions. Please migrate useOptions to true https://github.com/hey-api/openapi-ts#v0.27.38'
);
}

Expand Down

0 comments on commit de8c7f6

Please sign in to comment.