diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d7889a..66014585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +## [3.6.20](https://github.com/JakeChampion/fetch/compare/v3.6.19...v3.6.20) (2023-12-13) + + +### Bug Fixes + +* Response.error().ok === false ([#1412](https://github.com/JakeChampion/fetch/issues/1412)) ([27e1c75](https://github.com/JakeChampion/fetch/commit/27e1c75f830f0b70a40b511e03652776951aca75)) + ## [3.6.19](https://github.com/JakeChampion/fetch/compare/v3.6.18...v3.6.19) (2023-09-11) diff --git a/package.json b/package.json index 494c9cd2..a1be1f72 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "3.6.19", + "version": "3.6.20", "main": "./dist/fetch.umd.js", "module": "./fetch.js", "repository": "github/fetch",