From a292a835c9bf199eb04113590762f6dc9aeff4f7 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Sun, 15 Mar 2020 21:45:19 +0100 Subject: [PATCH] 4.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4ac6ae..97fe3f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cacheable-lookup", - "version": "4.1.0", + "version": "4.1.1", "description": "A cacheable dns.lookup(…) that respects the TTL", "engines": { "node": ">=10"