Skip to content

Commit 8aede58

Browse files
chore(main): release retry-axios 4.0.1 (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c4405e commit 8aede58

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/JustinBeckwith/retry-axios/compare/retry-axios-v4.0.0...retry-axios-v4.0.1) (2025-11-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Switch Codecov to OIDC tokenless authentication ([#318](https://github.com/JustinBeckwith/retry-axios/issues/318)) ([75e5b6d](https://github.com/JustinBeckwith/retry-axios/commit/75e5b6d77e9c2a0167954e9a37b1373a74f5ad8b))
9+
310
## [4.0.0](https://github.com/JustinBeckwith/retry-axios/compare/v3.2.1...f4e641f) (2025-10-20)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "retry-axios",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Retry HTTP requests with Axios.",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)