Skip to content

Commit

Permalink
⚠ Force merge pull request #1168 from goodeggs/fix/fetch-error-as-null
Browse files Browse the repository at this point in the history
Bump version and update Changelog
  • Loading branch information
goodeggs-mk authored Apr 10, 2024
2 parents 17d29eb + 2752385 commit e3b1da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
Expand Down

0 comments on commit e3b1da2

Please sign in to comment.