From e52d58c5a634142da55a4c47352b97a3a387352e Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Tue, 16 Jul 2024 15:42:34 -0600 Subject: [PATCH] 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0191bf2..d3e6e72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peggyjs/from-mem", - "version": "1.3.1", + "version": "1.3.2", "description": "Load a string as if it was an esm or commonjs module with a given filename.", "main": "index.js", "scripts": {