Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-12-13 23:12:18 +00:00 коммит произвёл GitHub
Родитель 7d1998d211
Коммит a0aea10048
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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",