We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c5a3c commit f5e570cCopy full SHA for f5e570c
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.2.2](https://github.com/adobe/fetch/compare/v4.2.1...v4.2.2) (2025-05-19)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update external fixes ([#525](https://github.com/adobe/fetch/issues/525)) ([15c5a3c](https://github.com/adobe/fetch/commit/15c5a3c685586bfb1519ab7e0f105394b498b17b))
7
8
## [4.2.1](https://github.com/adobe/fetch/compare/v4.2.0...v4.2.1) (2025-05-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@adobe/fetch",
- "version": "4.2.1",
+ "version": "4.2.2",
"description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
"main": "./src/index.js",
"module": "./src/index.js",
0 commit comments