···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**plugin(@hey-api/sdk)**: add `examples` option
66-77-The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup.
88-99-Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page.
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-**output**: add `source` option
66-77-Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files.
88-99-Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page.
···11# @hey-api/openapi-ts
2233+## 0.90.1
44+55+### Patch Changes
66+77+- **plugin(@hey-api/sdk)**: add `examples` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos)
88+99+The SDK plugin can generate ready-to-use code examples for each operation, showing how to call the SDK methods with proper parameters and setup.
1010+1111+Learn how to generate examples on the [SDK plugin](https://heyapi.dev/openapi-ts/plugins/sdk#code-examples) page.
1212+1313+- **output**: add `source` option ([#3175](https://github.com/hey-api/openapi-ts/pull/3175)) ([`b985053`](https://github.com/hey-api/openapi-ts/commit/b985053ffa64accc4ff01b7c0f301bb5cd84ff48)) by [@mrlubos](https://github.com/mrlubos)
1414+1515+Source is a copy of the input specification used to generate your output. It can be used to power documentation tools or to persist a stable snapshot alongside your generated files.
1616+1717+Learn how to use the source on the [Output](https://heyapi.dev/openapi-ts/configuration/output#source) page.
1818+1919+### Updated Dependencies:
2020+2121+- @hey-api/codegen-core@0.5.1
2222+323## 0.90.0
424525### Minor Changes