From 13126b1d3ef2dfaeae90789f74b1545c55ee3210 Mon Sep 17 00:00:00 2001 From: Evan Plaice Date: Wed, 5 May 2021 12:29:18 -0600 Subject: [PATCH] 2.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fec1804..6b8a745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vanillaes/mock-console", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "author": "Evan Plaice (https://evanplaice.com/)", "description": "Mock the 'console' (ie log, info, error) for testing",