From 4a1f65d72ced1b827d7bbc40d5391600bb894fe1 Mon Sep 17 00:00:00 2001 From: Dominick Martelly Date: Tue, 24 Oct 2023 15:01:56 -0400 Subject: [PATCH] update version --- packages/aws/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/aws/package.json b/packages/aws/package.json index 31c6bc5..851aee2 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "2.2.1", + "version": "2.2.2", "description": "AWS steps for MAF. This contains S3, DynamoDB, SQS, ECS, Cloudwatch, and Lambda stepDefinitions", "main": "index.js", "scripts": { @@ -39,5 +39,5 @@ "multiple-cucumber-html-reporter": "^3.5.0", "nyc": "^15.1.0" }, - "gitHead": "9c565ac48ddb32311b115a463c45625de3ff29e4" + "gitHead": "c1cb2220ce18a8e3ceee4b375950a0beec4f3a6f" }