Skip to content

Commit c82e580

Browse files
chore(release): 1.0.0-beta.5 [skip ci]
# [1.0.0-beta.5](v1.0.0-beta.4...v1.0.0-beta.5) (2024-11-07) ### Bug Fixes * adding back breaker metrics tests ([16b65b5](16b65b5)) * adjusting abort controller implementation ([5820d35](5820d35))
1 parent 16b65b5 commit c82e580

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.0.0-beta.5](https://github.com/podium-lib/http-client/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-11-07)
2+
3+
4+
### Bug Fixes
5+
6+
* adding back breaker metrics tests ([16b65b5](https://github.com/podium-lib/http-client/commit/16b65b513a1d6932316b781c4e675e0956a76691))
7+
* adjusting abort controller implementation ([5820d35](https://github.com/podium-lib/http-client/commit/5820d35fb0be8afd4c4886997ec07f69ebf0b5b5))
8+
19
# [1.0.0-beta.4](https://github.com/podium-lib/http-client/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2024-11-06)
210

311

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.4",
3+
"version": "1.0.0-beta.5",
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)