From e45313ac335aa0344b38eab92939ff536dfde018 Mon Sep 17 00:00:00 2001 From: Romain Bertrand Date: Wed, 15 Jul 2020 19:09:10 +0100 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88e3c5b..92878bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-websocket-mock", - "version": "2.0.2", + "version": "2.1.0", "description": "Mock websockets and assert complex websocket interactions with Jest", "main": "lib/jest-websocket-mock.cjs.js", "module": "lib/jest-websocket-mock.es.js",