From 9efe7a641850c02e43534130a0f7830a9dee23d4 Mon Sep 17 00:00:00 2001 From: Dominick Martelly <97986187+martdo02@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:18:35 -0400 Subject: [PATCH] chore: Bump AWS package version to 2.3.0 --- packages/aws/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws/package.json b/packages/aws/package.json index f5ac536..ccb0487 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.5", + "version": "2.3.0", "description": "AWS steps for MAF. This contains S3, DynamoDB, SQS, ECS, Cloudwatch, and Lambda stepDefinitions", "main": "index.js", "scripts": {