From bfa2c9ba1b43d845eb01a954cf9cbf37c529ef76 Mon Sep 17 00:00:00 2001 From: WoH Date: Tue, 14 Sep 2021 23:21:31 +0200 Subject: [PATCH] v3.11.2 --- lerna.json | 2 +- packages/cli/package.json | 2 +- packages/tsoa/package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lerna.json b/lerna.json index e8db04324..fca42e053 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.11.1", + "version": "3.11.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 81b687254..e5588fb69 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@tsoa/cli", "description": "Build swagger-compliant REST APIs using TypeScript and Node", - "version": "3.11.1", + "version": "3.11.2", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "keywords": [ diff --git a/packages/tsoa/package.json b/packages/tsoa/package.json index a148c8677..54db974f2 100644 --- a/packages/tsoa/package.json +++ b/packages/tsoa/package.json @@ -1,7 +1,7 @@ { "name": "tsoa", "description": "Build swagger-compliant REST APIs using TypeScript and Node", - "version": "3.11.1", + "version": "3.11.2", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "keywords": [ @@ -25,7 +25,7 @@ "author": "Luke Autry (http://www.lukeautry.com)", "license": "MIT", "dependencies": { - "@tsoa/cli": "^3.11.1", + "@tsoa/cli": "^3.11.2", "@tsoa/runtime": "^3.9.0" }, "devDependencies": {