From ca69f71731b2531543f8c75adc5e2da33d643305 Mon Sep 17 00:00:00 2001 From: Romain Bertrand Date: Mon, 14 Oct 2019 18:37:02 +0100 Subject: [PATCH] 1.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58d11a6..120bf47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-websocket-mock", - "version": "1.5.0", + "version": "1.5.1", "description": "Mock websockets and assert complex websocket interactions with Jest", "main": "lib/jest-websocket-mock.cjs.js", "module": "lib/jest-websocket-mock.es.js",