diff --git a/lerna.json b/lerna.json index 66d16044..48185e85 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages/*" ], "useWorkspaces": true, - "version": "13.2.1", + "version": "13.2.2", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index a6fc8909..12fbc72a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20505,7 +20505,7 @@ }, "packages/whook-aws-lambda": { "name": "@whook/aws-lambda", - "version": "13.2.1", + "version": "13.2.2", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.109", @@ -20932,7 +20932,7 @@ }, "packages/whook-gcp-functions": { "name": "@whook/gcp-functions", - "version": "13.2.1", + "version": "13.2.2", "license": "MIT", "dependencies": { "@whook/cors": "^13.2.1", diff --git a/packages/whook-aws-lambda/package.json b/packages/whook-aws-lambda/package.json index 5c187af2..1a8f21b1 100644 --- a/packages/whook-aws-lambda/package.json +++ b/packages/whook-aws-lambda/package.json @@ -23,7 +23,7 @@ } }, "name": "@whook/aws-lambda", - "version": "13.2.1", + "version": "13.2.2", "description": "Build and deploy to AWS Lambda with Whook.", "type": "module", "main": "dist/index.js", diff --git a/packages/whook-gcp-functions/package.json b/packages/whook-gcp-functions/package.json index 41cd1b8e..2ea456c3 100644 --- a/packages/whook-gcp-functions/package.json +++ b/packages/whook-gcp-functions/package.json @@ -29,7 +29,7 @@ } }, "name": "@whook/gcp-functions", - "version": "13.2.1", + "version": "13.2.2", "description": "Build and deploy to GCP Cloud Functions with Whook.", "type": "module", "main": "dist/index.js",