Skip to content

Commit d4a3301

Browse files
committed
v6.3.1
1 parent 94b5e37 commit d4a3301

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.3.0",
2+
"version": "6.3.1",
33
"npmClient": "yarn",
44
"command": {
55
"version": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tsoa/cli",
33
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [

packages/tsoa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tsoa",
33
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"main": "./dist/index.js",
66
"typings": "./dist/index.d.ts",
77
"files": [
@@ -28,7 +28,7 @@
2828
"author": "Luke Autry <[email protected]> (http://www.lukeautry.com)",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@tsoa/cli": "^6.3.0",
31+
"@tsoa/cli": "^6.3.1",
3232
"@tsoa/runtime": "^6.3.0"
3333
},
3434
"devDependencies": {

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tsoa-tests",
33
"private": true,
44
"description": "Build swagger-compliant REST APIs using TypeScript and Node",
5-
"version": "6.3.0",
5+
"version": "6.3.1",
66
"keywords": [
77
"typescript",
88
"openapi",

0 commit comments

Comments
 (0)