From c0e16f9a1a72303c396e16a78ef9ede0c309c908 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 8 Oct 2023 10:19:10 -0700 Subject: [PATCH] increment version number prepare to publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffa7a8a..12053b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "esmock", "type": "module", - "version": "2.5.1", + "version": "2.5.2", "license": "ISC", "readmeFilename": "README.md", "description": "provides native ESM import and globals mocking for unit tests",