diff --git a/README.md b/README.md index 6a7f06f..22e8d1b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ import {fetch, CookieJar} from "node-fetch-cookies"; ## Documentation ### fetch(cookieJar, url, options) -- `cookieJar` A [CookieJar](#class-cookiejar) instance or an array of CookieJar instances +- `cookieJar` A [CookieJar](#class-cookiejar) instance, an array of CookieJar instances or null, if you don't want to send or store cookies. - `url` and `options` as in https://github.com/bitinn/node-fetch#fetchurl-options diff --git a/package-lock.json b/package-lock.json index 01712d0..cca04f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cookies", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b13b766..ba9014e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cookies", - "version": "1.0.5", + "version": "1.0.6", "description": "node-fetch wrapper that adds support for cookie-jars", "main": "src/index.mjs", "engines": {