From 44b0d0c9676ce0fda565bdc2f54ac8ffa9b85591 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 19 Jul 2022 14:09:33 -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 14d108f3..45f49f19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esmock", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "readmeFilename": "README.md", "description": "provides native ESM import mocking for unit tests",