···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: add exportFromIndex option to all plugins
-5
.changeset/four-rings-sniff.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: allow passing arbitrary values to SDK functions via `meta` field
-5
.changeset/young-parents-float.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-sanitize "+" in uri to avoid plus in function name
+10
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.64.2
44+55+### Patch Changes
66+77+- [#1697](https://github.com/hey-api/openapi-ts/pull/1697) [`dec3fed`](https://github.com/hey-api/openapi-ts/commit/dec3fedb5f51aad4711fec15a006c525cb0bf7d8) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: add exportFromIndex option to all plugins
88+99+- [#1699](https://github.com/hey-api/openapi-ts/pull/1699) [`8ff188f`](https://github.com/hey-api/openapi-ts/commit/8ff188fb269cf46321538dbe846e1b9ae3b8de42) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: allow passing arbitrary values to SDK functions via `meta` field
1010+1111+- [#1687](https://github.com/hey-api/openapi-ts/pull/1687) [`04c7cea`](https://github.com/hey-api/openapi-ts/commit/04c7ceac940a81cbed6a4070d9244aa5052ba4a2) Thanks [@hunshcn](https://github.com/hunshcn)! - sanitize "+" in uri to avoid plus in function name
1212+313## 0.64.1
414515### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.64.1",
33+ "version": "0.64.2",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {