From 67c655387540bef850adb5e6b0e7b45a8d4f6706 Mon Sep 17 00:00:00 2001 From: Misha Kaletsky Date: Fri, 6 Sep 2024 11:00:33 -0400 Subject: [PATCH] 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 003be1c..2055247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetchomatic", - "version": "0.0.2", + "version": "0.0.3", "description": "Wrap fetch with retries, timeout, logging, caching, error handling and more", "type": "module", "main": "./dist/cjs/index.cjs",