From 68ba6c03c2c16b0afcfefc92c068eec6cec271c4 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Fri, 17 Jan 2025 10:15:32 -0800 Subject: [PATCH] 2.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c24b10d..64332ac 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": "2.0.4", + "version": "2.0.5", "type": "module", "module": "./esm/index.js", "main": "./cjs/index.js",