diff --git a/package-lock.json b/package-lock.json index 79a046a..6cdc549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.9.0-alpha.2", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/lambda-utils", - "version": "0.9.0-alpha.2", + "version": "0.9.0", "license": "MIT", "devDependencies": { "@eslint/js": "10.0.1", diff --git a/package.json b/package.json index a69e284..52f5fe9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.9.0-alpha.2", + "version": "0.9.0", "description": "A collection of utilities and helper functions designed to streamline the development of AWS Lambda functions using TypeScript.", "main": "dist/index.js", "module": "dist/index.esm.js",