From 9e35230dc61fbe35425ffaa2207499e1ee561806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 26 Apr 2022 14:59:53 +0200 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00e48c3..ce422d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-light-runner", - "version": "0.1.3", + "version": "0.2.0", "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",