From 53f6964bee8ec168933e012bacd2a48777b40aeb Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Mon, 25 Nov 2019 06:41:08 +0100 Subject: [PATCH] readme: change note about breaking api changes bump patch version to 1.3.1 --- 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 c02f9f5..0378152 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A [node-fetch](https://github.com/bitinn/node-fetch) wrapper with support for cookies. It supports reading/writing from/to a JSON cookie jar and keeps cookies in memory until you call `CookieJar.save()` to reduce disk I/O. -## For upgrading to version 1.3.0 see [1.3.0 Breaking API Changes](#1.3.0-breaking-api-changes). +### For upgrading from 1.2.x or below to 1.3.x, please read the [breaking API changes](#130-breaking-api-changes). ## Usage Examples diff --git a/package-lock.json b/package-lock.json index f41e0c4..0d26942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cookies", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f956e2c..20cf5fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cookies", - "version": "1.3.0", + "version": "1.3.1", "description": "node-fetch wrapper that adds support for cookie-jars", "main": "src/index.mjs", "engines": {