From a992cb42fc4be2b3e310659139202f27c8832d14 Mon Sep 17 00:00:00 2001 From: Jeremy Scheff Date: Tue, 28 Mar 2017 20:36:51 -0400 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc6e027..30fc7be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise-worker-bi", - "version": "2.1.1", + "version": "2.2.0", "description": "Bidirectional communication with a Web Worker using Promises", "main": "dist/index.js", "scripts": {