From 7c3cf816c1ff8af0601aa1bcefe6febb703236cd Mon Sep 17 00:00:00 2001 From: ingalls Date: Wed, 17 Apr 2024 16:59:29 -0600 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd48032..f9d6f31 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@tak-ps/aws-config", "private": true, "type": "module", - "version": "1.0.1", + "version": "1.1.0", "description": "Create and manage AWS Config rules", "scripts": { "lint": "eslint cloudformation/*.js",