Skip to content

Commit

Permalink
chore(main): release retry 0.2.3 (#19)
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 Apr 12, 2024
1 parent 0c105f5 commit 699caf0
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.2.2"
".": "0.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/humanwhocodes/retry/compare/retry-v0.2.2...retry-v0.2.3) (2024-04-12)


### Bug Fixes

* Order of exports in package.json to appease tools ([7f6ab10](https://github.com/humanwhocodes/retry/commit/7f6ab107b933ddb9053b6037045119a5879eadba))

## [0.2.2](https://github.com/humanwhocodes/retry/compare/retry-v0.2.1...retry-v0.2.2) (2024-03-13)


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

0 comments on commit 699caf0

Please sign in to comment.