Skip to content

Commit

Permalink
Merge pull request #27 from defer-run/changeset-release/master
Browse files Browse the repository at this point in the history
Upcoming Release Changes
  • Loading branch information
gearnode authored Feb 13, 2023
2 parents 57c2dfa + 1de5c9e commit ec0acdc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .changeset/cool-boxes-drum.md

This file was deleted.

18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# @cua.run/client
# @defer.run/client

## 0.5.0

### Minor Changes

- [#26](https://github.com/defer-run/defer.client/pull/26) [`4d2c4d4`](https://github.com/defer-run/defer.client/commit/4d2c4d4392493a0936ab457e30ff88fe2e7d769c) Thanks [@gearnode](https://github.com/gearnode)! - Add a primary retry option when defining defer function.

```js
import { defer } from "@defer.run/client";

async function makeAPICallWhoMaybeFail() {
// do something...
}

export default defer(makeAPICallWhoMaybeFail, { retry: 5 });
```

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@defer.run/client",
"version": "0.4.0",
"version": "0.5.0",
"description": "Zero infrastructure NodeJS background jobs",
"main": "dist/cjs/index.js",
"repository": "git@github.com:defer-run/defer.client.git",
Expand Down

0 comments on commit ec0acdc

Please sign in to comment.