From c43cfbaefd592ed861966efb36b978f78247f370 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Fri, 19 Dec 2025 06:54:16 -0500 Subject: [PATCH] chore: bump version to 0.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18ab806..edbb81f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.2.0-alpha.4", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/lambda-utils", - "version": "0.2.0-alpha.4", + "version": "0.2.0", "license": "MIT", "dependencies": { "pino": "10.1.0", diff --git a/package.json b/package.json index 90d3c10..229529a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.2.0-alpha.4", + "version": "0.2.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",