From fbbe9f95329bfbd2ba2182c329e985aca7fb0b94 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Sat, 24 Feb 2024 16:25:25 -0700 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 910fa13..ab0d120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@peggyjs/from-mem", - "version": "1.0.0", + "version": "1.1.0", "description": "Load a string as if it was an esm or commonjs module with a given filename.", "main": "index.js", "scripts": {