Skip to content

Commit

Permalink
1.7.8 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jan 30, 2022
1 parent 881d17a commit 5ec641e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.7.8"></a>
## [1.7.8](https://github.com/elbywan/wretch/compare/1.7.7...1.7.8) (2022-01-30)


### :arrow_up: Version update(s)

* Bump dependencies and npm audit. ([881d17a](https://github.com/elbywan/wretch/commit/881d17a))

### :bug: Bug fix(es)

* Fix error for opaque responses. ([bbb5912](https://github.com/elbywan/wretch/commit/bbb5912)), closes [#121](https://github.com/elbywan/wretch/issues/121)
* Preserve exotic json content types when strigifying body. ([d51c17b](https://github.com/elbywan/wretch/commit/d51c17b)), closes [#122](https://github.com/elbywan/wretch/issues/122)



<a name="1.7.7"></a>
## [1.7.7](https://github.com/elbywan/wretch/compare/1.7.6...1.7.7) (2021-12-13)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wretch",
"version": "1.7.7",
"version": "1.7.8",
"description": "A tiny wrapper built around fetch with an intuitive syntax.",
"keywords": [
"wretch",
Expand Down Expand Up @@ -88,4 +88,4 @@
"src/index.umd.ts"
]
}
}
}

0 comments on commit 5ec641e

Please sign in to comment.