From 56e22052c6e59eb694fcc90020fe8f5124818327 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 26 May 2022 23:58:36 +0700 Subject: [PATCH] 5.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71db15d..9d2d778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p-timeout", - "version": "5.0.2", + "version": "5.1.0", "description": "Timeout a promise after a specified amount of time", "license": "MIT", "repository": "sindresorhus/p-timeout",