From 7a31424f9c4d644218b2a6eb2ee62d8065608066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 28 Oct 2022 22:17:50 +0200 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d74e426..6dd355e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-light-runner", - "version": "0.4.0", + "version": "0.4.1", "description": "A Jest runner that runs tests directly in bare Node.js, without virtualizing the environment.", "author": "Nicolò Ribaudo (https://github.com/nicolo-ribaudo)", "repository": "nicolo-ribaudo/jest-light-runner",