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)",