From e65b884fcb7dfe8bd58ce3a78a93c70bf57bd054 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sun, 16 Jun 2024 02:13:02 +0000 Subject: [PATCH] Release 0.4.0. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09d7a91..5bb8eb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "micro-ftch", - "version": "0.5.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "micro-ftch", - "version": "0.5.0", + "version": "0.4.0", "license": "MIT", "devDependencies": { "@paulmillr/jsbt": "0.1.0", diff --git a/package.json b/package.json index 8692b93..2414462 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micro-ftch", - "version": "0.5.0", + "version": "0.4.0", "description": "Wrappers for built-in fetch() enabling killswitch, logging, concurrency limit and other features", "files": ["lib", "index.ts"], "main": "lib/index.js",