From d2517c24907773b87f2ce662957cad11296df407 Mon Sep 17 00:00:00 2001 From: Val Date: Wed, 21 Feb 2024 16:18:05 -0800 Subject: [PATCH] 3.0.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 73d339c..672c99b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fetch-cookie", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fetch-cookie", - "version": "2.2.0", + "version": "3.0.0", "license": "Unlicense", "dependencies": { "set-cookie-parser": "^2.4.8", diff --git a/package.json b/package.json index 212a4b3..23b86a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-cookie", - "version": "2.2.0", + "version": "3.0.0", "description": "Decorator for a `fetch` function to support automatic cookies.", "license": "Unlicense", "author": "Val (https://val.codejam.info)",