From c79394a096b1707c21597cdef09e5695883bc42c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 12 Mar 2019 15:23:58 +0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed376c2..3bd9c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-timeout", - "version": "2.0.1", + "version": "3.0.0", "description": "Timeout a promise after a specified amount of time", "license": "MIT", "repository": "sindresorhus/p-timeout",