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 494fee6 commit 301929b
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.0

- added support for "qs" option

# v1.2.1

- fix some code smells
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/fetch_goody@v1.2.0/mod.ts';
export { wrapFetch } from 'https://deno.land/x/fetch_goody@v1.3.0/mod.ts';
```

### wrapFetch
Expand Down

0 comments on commit 301929b

Please sign in to comment.