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` diff --git a/package.json b/package.json index bfb1af8c..5211d228 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 ", "contributors": [