Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#1)
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 c7fe8be commit 9f94f86
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## 0.1.1 (2024-01-17)


### Features

* Catch sync functions and throw useful error ([2a39022](https://github.com/humanwhocodes/retry/commit/2a3902271fa15f6b68037227db87d13961731548))
* Initial commit ([6ceda26](https://github.com/humanwhocodes/retry/commit/6ceda26bf39aaba60ae3a07b9711e4b413d67df9))


### Bug Fixes

* package.json data ([27970c0](https://github.com/humanwhocodes/retry/commit/27970c0f709133c5c13c0fa312b579352a3c0434))
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.0",
"version": "0.1.1",
"description": "A utility to retry failed async methods.",
"type": "module",
"main": "dist/retrier.cjs",
Expand Down

0 comments on commit 9f94f86

Please sign in to comment.