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

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

Version Packages

authored by

Jordan Shatford and committed by
GitHub
320b4f93 4978cc57

+7 -6
-5
.changeset/little-planets-camp.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(docs): ensure README is shown on NPMJS
+6
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.34.1 4 + 5 + ### Patch Changes 6 + 7 + - fix(docs): ensure README is shown on NPMJS ([#229](https://github.com/hey-api/openapi-ts/pull/229)) 8 + 3 9 ## 0.34.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.34.0", 3 + "version": "0.34.1", 4 4 "type": "module", 5 5 "description": "Turn your OpenAPI specification into a beautiful TypeScript client", 6 6 "homepage": "https://github.com/hey-api/openapi-ts/",