From a0aea1004830a1976c0c70d2f23c42a71da21cc7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 23:12:18 +0000 Subject: [PATCH] chore(main): release 3.6.20 (#1417) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",