From 34574380b9c2d76383032cf17327c7510a44cd35 Mon Sep 17 00:00:00 2001 From: Guilherme Vieira de Paiva <guivpw68@gmail.com> Date: Wed, 10 Apr 2024 01:58:22 -0300 Subject: [PATCH 1/2] v9.0.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e295add6..0d314526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-fetch", - "version": "9.0.9", + "version": "9.0.10", "description": "A wrapper around ES6 fetch to simplify interacting with JSON APIs.", "author": "Good Eggs <open-source@goodeggs.com>", "contributors": [ From 275238535a7044625c656930da4bb469f43a6067 Mon Sep 17 00:00:00 2001 From: Guilherme Vieira de Paiva <guivpw68@gmail.com> Date: Wed, 10 Apr 2024 02:00:39 -0300 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02992889..16bd727f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [Changes since last deploy](https://github.com/goodeggs/json-fetch/compare/v8.0.0...master) +# [9.0.8](https://github.com/goodeggs/json-fetch/compare/v9.0.9...v9.0.10) + +- Check if incoming Fetch error is of type `null` before setting the code property. + # [9.0.8](https://github.com/goodeggs/json-fetch/compare/v9.0.8...v9.0.9) - Replaced `responseOrError` prop of `OnRequestEnd` by `error` and `status`