Skip to content

Commit 4a967af

Browse files
committed
- Bumped version
1 parent cce208e commit 4a967af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-codegen",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function generateV2() {
1919

2020
async function generateV3() {
2121
await OpenAPI.generate({
22-
input: './test/spec/spec.json',
22+
input: './test/spec/v3.json',
2323
output: './test/generated/v3/',
2424
httpClient: OpenAPI.HttpClient.FETCH,
2525
useOptions: false,

0 commit comments

Comments
 (0)