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