From ef39af34a9edd95bae62408bb3af95ce69cce119 Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Mon, 22 Jul 2019 13:57:47 +0200 Subject: [PATCH] update readme version bump --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {