- Bumped version

This commit is contained in:
Ferdi Koomen 2021-10-28 21:35:14 +02:00
parent cce208e514
commit 4a967af3ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.11.5",
"version": "0.11.6",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

View File

@ -19,7 +19,7 @@ async function generateV2() {
async function generateV3() {
await OpenAPI.generate({
input: './test/spec/spec.json',
input: './test/spec/v3.json',
output: './test/generated/v3/',
httpClient: OpenAPI.HttpClient.FETCH,
useOptions: false,