Skip to content

Commit

Permalink
chore(main): release retry 0.2.0 (#14)
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 Mar 13, 2024
1 parent 27fa920 commit 6751860
Show file tree
Hide file tree
Showing 5 changed files with 17 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.1.3"
".": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/humanwhocodes/retry/compare/retry-v0.1.3...retry-v0.2.0) (2024-03-13)


### Features

* Add JSR package ([d33c74f](https://github.com/humanwhocodes/retry/commit/d33c74f255aa4040d66344e8ef049ebc3ae41d6a))


### Bug Fixes

* **docs:** make release-please happy ([27fa920](https://github.com/humanwhocodes/retry/commit/27fa920a5ae7d59eae2e6b8ef1c6c323fefd0c86))

## [0.1.3](https://github.com/humanwhocodes/retry/compare/v0.1.2...v0.1.3) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@humanwhocodes/retry",
"version": "0.1.3",
"version": "0.2.0",
"exports": "./dist/retrier.js"
}
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.3",
"version": "0.2.0",
"description": "A utility to retry failed async methods.",
"type": "module",
"main": "dist/retrier.cjs",
Expand Down

0 comments on commit 6751860

Please sign in to comment.