From 40851548fa119e1f482f562aebe39d4e8c839b8b Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Thu, 18 Dec 2025 13:32:06 -0500 Subject: [PATCH] chore: bump package version to 0.1.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 e516314..366e228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.1.0-alpha.6", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@leanstacks/lambda-utils", - "version": "0.1.0-alpha.6", + "version": "0.1.0", "license": "MIT", "dependencies": { "pino": "10.1.0", diff --git a/package.json b/package.json index 0db184e..a09b568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leanstacks/lambda-utils", - "version": "0.1.0-alpha.6", + "version": "0.1.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",