Skip to content

Commit 9fff901

Browse files
chore(release): 1.0.0-beta.9 [skip ci]
# [1.0.0-beta.9](v1.0.0-beta.8...v1.0.0-beta.9) (2025-01-13) ### Bug Fixes * upgrading to undici v7 ([8c67e3d](8c67e3d))
1 parent 8cc8e78 commit 9fff901

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [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)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/http-client",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"type": "module",
55
"description": "The HTTP client used for all HTTP requests in Podium",
66
"main": "lib/http-client.js",

0 commit comments

Comments
 (0)