Skip to content

Commit

Permalink
chore(main): release retry 0.3.1 (#31)
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 Oct 4, 2024
1 parent c551b31 commit 77ab8fa
Show file tree
Hide file tree
Showing 5 changed files with 13 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.3.0"
".": "0.3.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.1](https://github.com/humanwhocodes/retry/compare/retry-v0.3.0...retry-v0.3.1) (2024-10-04)


### Bug Fixes

* Long retries ([#35](https://github.com/humanwhocodes/retry/issues/35)) ([c551b31](https://github.com/humanwhocodes/retry/commit/c551b31963c1fe29a3a84d8f5be7c6ac93732e64))
* repository url in package.json ([#30](https://github.com/humanwhocodes/retry/issues/30)) ([739480c](https://github.com/humanwhocodes/retry/commit/739480c2a04221464f1245d76b97939c723b8fa9))

## [0.3.0](https://github.com/humanwhocodes/retry/compare/retry-v0.2.4...retry-v0.3.0) (2024-05-09)


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.3.0",
"version": "0.3.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.3.0",
"version": "0.3.1",
"description": "A utility to retry failed async methods.",
"type": "module",
"main": "dist/retrier.cjs",
Expand Down

0 comments on commit 77ab8fa

Please sign in to comment.