From ce9f0240c227f455e8a8081dc682e4f0adf8fc40 Mon Sep 17 00:00:00 2001 From: Evan Plaice Date: Mon, 15 Nov 2021 16:48:39 -0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebeb43e..765fafb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vanillaes/mock-console", - "version": "2.0.8", + "version": "3.0.0", "license": "MIT", "author": "Evan Plaice (https://evanplaice.com/)", "description": "Mock the 'console' (ie log, info, error) for testing",