Skip to content

Commit

Permalink
chore(main): release retry 0.4.1 (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 5, 2024
1 parent be263df commit b3137b4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1](https://github.com/humanwhocodes/retry/compare/retry-v0.4.0...retry-v0.4.1) (2024-11-05)


### Bug Fixes

* Look for specific DEBUG value before outputting debug messages ([#40](https://github.com/humanwhocodes/retry/issues/40)) ([be263df](https://github.com/humanwhocodes/retry/commit/be263df56058a2ff0ee5a6db6fceb1903335ad80))

## [0.4.0](https://github.com/humanwhocodes/retry/compare/retry-v0.3.1...retry-v0.4.0) (2024-10-31)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/retry",
"version": "0.4.0",
"version": "0.4.1",
"exports": "./dist/retrier.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@humanwhocodes/retry",
"version": "0.4.0",
"version": "0.4.1",
"description": "A utility to retry failed async methods.",
"type": "module",
"main": "dist/retrier.cjs",
Expand Down

0 comments on commit b3137b4

Please sign in to comment.