We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc8e78 commit 9fff901Copy full SHA for 9fff901
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.0.0-beta.9](https://github.com/podium-lib/http-client/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2025-01-13)
2
+
3
4
+### Bug Fixes
5
6
+* upgrading to undici v7 ([8c67e3d](https://github.com/podium-lib/http-client/commit/8c67e3dc67db3a7085898aa287c01b5e00f6e8f2))
7
8
# [1.0.0-beta.8](https://github.com/podium-lib/http-client/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2024-11-12)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@podium/http-client",
- "version": "1.0.0-beta.8",
+ "version": "1.0.0-beta.9",
"type": "module",
"description": "The HTTP client used for all HTTP requests in Podium",
"main": "lib/http-client.js",
0 commit comments