Skip to content

Commit

Permalink
update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Feb 9, 2021
1 parent c4292f9 commit a19f398
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,6 +1,10 @@

# Changelog

# v1.3.3

- fix bug introduced in last version and add test

# v1.3.2

- allow qs value to be undefined
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Also adds `Accept` header with value `application/json, text/plain, */*` if not
you can import `wrapFetch` from `mod.ts` file.

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

### wrapFetch
Expand Down

0 comments on commit a19f398

Please sign in to comment.