diff --git a/package-lock.json b/package-lock.json index 6c9ceb0..454710e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "convert-lambda-to-express", - "version": "1.1.8", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "convert-lambda-to-express", - "version": "1.1.8", + "version": "1.2.0", "license": "MIT", "dependencies": { "@types/cors": "^2.8.12", diff --git a/package.json b/package.json index 2c59c97..ab514a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "convert-lambda-to-express", - "version": "1.1.8", + "version": "1.2.0", "description": "Wrapper to run lambda on express. Works great for running lambdas as an express server during development but is production ready. Developed to work in conjunction with matthewkeil/full-stack-pattern cdk construct.", "scripts": { "node": "node",