Skip to content

Commit

Permalink
chore: update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed May 23, 2023
1 parent d818a82 commit d0a5e74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v6.2.2

- update `retryDelay` signature for more consistency with other stuff like interceptors.

## v6.2.1

- update `retryDelay` signature
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This library offers a fetch wrapper that can:
you can import `wrapFetch` from `mod.ts` file.

```ts
export { wrapFetch } from "https://deno.land/x/[email protected].1/mod.ts";
export { wrapFetch } from "https://deno.land/x/[email protected].2/mod.ts";
```

### wrapFetch
Expand Down

0 comments on commit d0a5e74

Please sign in to comment.