From 524d1911959ab13f0a5b664c813428f67b74a3a7 Mon Sep 17 00:00:00 2001 From: ArtificerEntertainment Date: Sat, 3 Aug 2019 12:55:43 -0400 Subject: [PATCH] Version bump Will allow for a new version that removes the deprecation warning to be published. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5675d19..b62ba9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-log-retention", - "version": "1.0.3", + "version": "2.0.0", "description": "Control the retention of your function's cloudwatch logs.", "main": "add-log-retention.js", "scripts": {