From 1cc664d31cc860563743c82519ec98fd74e88780 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 26 Feb 2024 08:30:59 -0700 Subject: [PATCH] 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd41a24..43099ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peggyjs/from-mem", - "version": "1.2.0", + "version": "1.2.1", "description": "Load a string as if it was an esm or commonjs module with a given filename.", "main": "index.js", "scripts": {