diff --git a/package-lock.json b/package-lock.json index 9124f1a0a..bd4f75700 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lune-climate/openapi-typescript-codegen", - "version": "0.1.11", + "version": "0.1.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lune-climate/openapi-typescript-codegen", - "version": "0.1.11", + "version": "0.1.12", "license": "MIT", "dependencies": { "camelcase": "^6.3.0", diff --git a/package.json b/package.json index b864e924e..2555a4ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lune-climate/openapi-typescript-codegen", - "version": "0.1.11", + "version": "0.1.12", "description": "Fork of: https://github.com/ferdikoomen/openapi-typescript-codegen. Library that generates Typescript clients based on the OpenAPI specification.", "author": "Lune", "homepage": "https://github.com/lune-climate/openapi-typescript-codegen",