···11# @hey-api/openapi-ts
2233+## 0.42.0
44+55+### Minor Changes
66+77+- change: config option `lint: true` has changed to `lint: 'eslint'` ([#455](https://github.com/hey-api/openapi-ts/pull/455))
88+99+- change: disable formatting with prettier by default ([#457](https://github.com/hey-api/openapi-ts/pull/457))
1010+1111+- feat: add support for biomejs as a formatter ([#455](https://github.com/hey-api/openapi-ts/pull/455))
1212+1313+- feat: move operationId config option to services object ([#441](https://github.com/hey-api/openapi-ts/pull/441))
1414+1515+- feat: add operation error type mappings ([#442](https://github.com/hey-api/openapi-ts/pull/442))
1616+1717+- feat: add support for biomejs as a linter ([#455](https://github.com/hey-api/openapi-ts/pull/455))
1818+1919+- change: config option `format: true` has changed to `format: 'prettier'` ([#455](https://github.com/hey-api/openapi-ts/pull/455))
2020+2121+### Patch Changes
2222+2323+- fix: do not destructure data when using use options ([#450](https://github.com/hey-api/openapi-ts/pull/450))
2424+2525+- feat: automatically handle dates in query string ([#443](https://github.com/hey-api/openapi-ts/pull/443))
2626+2727+- fix: only remove core directory when export core is true ([#449](https://github.com/hey-api/openapi-ts/pull/449))
2828+2929+- fix: add jsdoc comments with use options ([#439](https://github.com/hey-api/openapi-ts/pull/439))
3030+331## 0.41.0
432533### Minor Changes
+1-1
packages/openapi-ts/package.json
···11{
22 "name": "@hey-api/openapi-ts",
33- "version": "0.41.0",
33+ "version": "0.42.0",
44 "type": "module",
55 "description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66 "homepage": "https://heyapi.vercel.app/",