From 000a415a4de987180e490977022a34c320443675 Mon Sep 17 00:00:00 2001 From: Val Date: Thu, 1 Feb 2024 17:57:54 -0800 Subject: [PATCH] 2.2.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 541351f..9b598ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-cookie", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-cookie", - "version": "2.1.0", + "version": "2.2.0", "license": "Unlicense", "dependencies": { "set-cookie-parser": "^2.4.8", diff --git a/package.json b/package.json index 72d4009..dacd740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-cookie", - "version": "2.1.0", + "version": "2.2.0", "description": "Decorator for a `fetch` function to support automatic cookies.", "license": "Unlicense", "author": "Val (https://val.codejam.info)",