···11# @hey-api/openapi-ts
2233+## 0.41.0
44+55+### Minor Changes
66+77+- feat: add form type option for schemas ([#433](https://github.com/hey-api/openapi-ts/pull/433))
88+99+- feat: replace useDateType with option in types object ([#435](https://github.com/hey-api/openapi-ts/pull/435))
1010+1111+- feat: replace serviceResponse with option in services object ([#434](https://github.com/hey-api/openapi-ts/pull/434))
1212+1313+- feat: replace postfixServices with configuration object ([#430](https://github.com/hey-api/openapi-ts/pull/430))
1414+1515+### Patch Changes
1616+1717+- fix: properly escape backticks in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431))
1818+1919+- fix: transform names of referenced types ([#422](https://github.com/hey-api/openapi-ts/pull/422))
2020+2121+- fix: use config interceptors passed to constructor when using named client ([#432](https://github.com/hey-api/openapi-ts/pull/432))
2222+2323+- fix: properly escape expressions in template literals ([#431](https://github.com/hey-api/openapi-ts/pull/431))
2424+2525+- fix: do not export common properties as schemas ([#424](https://github.com/hey-api/openapi-ts/pull/424))
2626+327## 0.40.2
428529### Patch Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.40.2",
33+ "version": "0.41.0",
44 "type": "module",
55 "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66 "homepage": "https://heyapi.vercel.app/",