Skip to content

Commit

Permalink
chore(main): release 3.6.20 (#1417)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 13, 2023
1 parent 7d1998d commit a0aea10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit a0aea10

Please sign in to comment.