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

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Lubos and committed by
GitHub
ad0a6150 6f065f9d

+7 -6
-5
.changeset/fluffy-suns-exist.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix: unhandled SyntaxKind unknown when specification has numeric enums
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.40.2 4 + 5 + ### Patch Changes 6 + 7 + - fix: unhandled SyntaxKind unknown when specification has numeric enums ([#417](https://github.com/hey-api/openapi-ts/pull/417)) 8 + 3 9 ## 0.40.1 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.40.1", 3 + "version": "0.40.2", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://heyapi.vercel.app/",