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