From 6fef0702350e60f0304034d5d65c0ac7f9867880 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Wed, 13 Dec 2023 10:12:42 -0800 Subject: [PATCH] 1.1.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9b5d38..2ea9ab8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lambda-runtimes", "description": "Canonical list of AWS Lambda runtime identifiers and corresponding CPU architectures", - "version": "1.1.6", + "version": "1.1.7", "type": "module", "module": "./esm/index.js", "main": "./cjs/index.js",