From 8d59f1576c498560bf57bfc27bd99293cdcb4c32 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Mon, 31 Jul 2023 13:36:14 -0700 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08f854d..27a7bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@architect/plugin-lambda-invoker", - "version": "1.0.0", + "version": "1.0.1", "description": "Interactively invoke Lambdas in Architect Sandbox with arbitrary events", "main": "src/index.js", "scripts": {