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

Merge branch 'main' into copilot/sync-examples-with-stackblitz

authored by

Lubos and committed by
GitHub
e59419d1 0c991488

+7 -1
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.86.1 4 + 5 + ### Patch Changes 6 + 7 + - fix(client-axios): revert return error when axios request fails ([#2804](https://github.com/hey-api/openapi-ts/pull/2804)) ([`5bba86e`](https://github.com/hey-api/openapi-ts/commit/5bba86e742c48f575f96f55f7d7ea3d636102ebe)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.86.0 4 10 5 11 ### Minor Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.86.0", 3 + "version": "0.86.1", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {