fork of hey-api/openapi-ts because I need some additional things

Merge pull request #3048 from hey-api/changeset-release/main

ci: release

authored by

Lubos and committed by
GitHub
f5ffe102 2b11229a

+7 -6
-5
.changeset/deep-lies-wish.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - **@hey-api/sdk**: correctly map flat parameters
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.88.1 4 + 5 + ### Patch Changes 6 + 7 + - **@hey-api/sdk**: correctly map flat parameters ([#3047](https://github.com/hey-api/openapi-ts/pull/3047)) ([`55ef279`](https://github.com/hey-api/openapi-ts/commit/55ef27994740ba0af0bc8db17b3e71bfb5c11714)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.88.0 4 10 5 11 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.88.0", 3 + "version": "0.88.1", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {