Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#8)
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 Jan 17, 2024
1 parent 3c1e10e commit 3d6b975
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/humanwhocodes/retry/compare/v0.1.1...v0.1.2) (2024-01-17)


### Bug Fixes

* remove duplicate set timeout property ([#7](https://github.com/humanwhocodes/retry/issues/7)) ([3c1e10e](https://github.com/humanwhocodes/retry/commit/3c1e10e1412a6e0f8b32020eb5c4c3a4af7ce8a5))
* repeated error handling ([43f4329](https://github.com/humanwhocodes/retry/commit/43f432944d9ac4cfd272663254dbfbd12faa9009))

## 0.1.1 (2024-01-17)


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

0 comments on commit 3d6b975

Please sign in to comment.