From 499ae24297712fc7658725a1c0557e484e6dcde9 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 5 Apr 2023 16:31:35 +0200 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df06c96..21d7edd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartdelay", "private": false, - "version": "3.0.0", + "version": "3.0.1", "description": "timeouts for the async/await era, written in TypeScript", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",