From 962a4731edd7070ecc7fc7d9b217ccfb5094dcb9 Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Fri, 24 May 2019 14:34:09 +0000 Subject: [PATCH] Release 5.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b74b795..d3a02c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "throat", - "version": "4.1.0", + "version": "5.0.0", "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions", "keywords": [ "promise", @@ -44,4 +44,4 @@ }, "author": "ForbesLindesay", "license": "MIT" -} +} \ No newline at end of file