From bb1a6da5cfb40e7881e3f0b5bea79847598fd8fc Mon Sep 17 00:00:00 2001 From: Jack Williams Date: Sun, 13 Feb 2022 16:43:20 +0000 Subject: [PATCH] 2.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69d3f55..ba74961 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2f73750..d143883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jpwilliams/waitgroup", - "version": "2.0.0", + "version": "2.1.0", "description": "A tiny version of Golang's WaitGroup with typings, promises, and zero dependencies.", "main": "lib/index.js", "scripts": {