From b95a6992f8663e4a3192b4abebe417f321696780 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 20 Oct 2023 11:24:40 -0700 Subject: [PATCH] increment package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfaf1b8..e7228e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esmock", "type": "module", - "version": "2.5.6", + "version": "2.5.7", "license": "ISC", "readmeFilename": "README.md", "description": "provides native ESM import and globals mocking for unit tests",