fork of hey-api/openapi-ts because I need some additional things

Merge pull request #1920 from hey-api/changeset-release/main

authored by

Lubos and committed by
GitHub
eddd9e10 2ab288f2

+7 -6
-5
.changeset/red-days-camp.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: handle nullable dates in transformers
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.66.3 4 + 5 + ### Patch Changes 6 + 7 + - [#1917](https://github.com/hey-api/openapi-ts/pull/1917) [`d7af22c`](https://github.com/hey-api/openapi-ts/commit/d7af22c771af4bd2dab28acc69430717da390670) Thanks [@Freddis](https://github.com/Freddis)! - fix: handle nullable dates in transformers 8 + 3 9 ## 0.66.2 4 10 5 11 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.66.2", 3 + "version": "0.66.3", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {