···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: exclude and include expressions can be an array
-5
.changeset/wicked-zoos-beam.md
···11----
22-'@hey-api/openapi-ts': patch
33----
44-55-fix: support excluding deprecated fields with '@deprecated'
+8
packages/openapi-ts/CHANGELOG.md
···11# @hey-api/openapi-ts
2233+## 0.66.1
44+55+### Patch Changes
66+77+- [#1906](https://github.com/hey-api/openapi-ts/pull/1906) [`d1928d1`](https://github.com/hey-api/openapi-ts/commit/d1928d17710240bb42a6aa12da4618a9dd962df2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: exclude and include expressions can be an array
88+99+- [#1906](https://github.com/hey-api/openapi-ts/pull/1906) [`d1928d1`](https://github.com/hey-api/openapi-ts/commit/d1928d17710240bb42a6aa12da4618a9dd962df2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: support excluding deprecated fields with '@deprecated'
1010+311## 0.66.0
412513### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.66.0",
33+ "version": "0.66.1",
44 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
55 "homepage": "https://heyapi.dev/",
66 "repository": {