From 1fce243d23b2aa2e44abf58c39f54097d8a9917c Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Thu, 18 Feb 2021 12:23:51 +0000 Subject: [PATCH] 3.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e54ce0..a6e9784 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whatwg-fetch", "description": "A window.fetch polyfill.", - "version": "3.5.0", + "version": "3.6.0", "main": "./dist/fetch.umd.js", "module": "./fetch.js", "repository": "github/fetch", -- GitLab