Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-07-16)

### Bug Fixes

* ignoring `config.init.body` ([514b3e6](514b3e6))
* not passing `config.init` to `fetch` ([4139f4f](4139f4f))
* using JSON content-type for POST requests with FormData body ([5ae55df](5ae55df))

### Features

* changes default response error message ([20ef3eb](20ef3eb))
  • Loading branch information
semantic-release-bot committed Jul 16, 2023
1 parent 4139f4f commit d398011
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0](https://github.com/kleinfreund/retrieve/compare/v1.0.0...v1.1.0) (2023-07-16)


### Bug Fixes

* ignoring `config.init.body` ([514b3e6](https://github.com/kleinfreund/retrieve/commit/514b3e699251e255ef549c76403a69f03decce9d))
* not passing `config.init` to `fetch` ([4139f4f](https://github.com/kleinfreund/retrieve/commit/4139f4fe67392a5968b6ded515e2497f10ca3959))
* using JSON content-type for POST requests with FormData body ([5ae55df](https://github.com/kleinfreund/retrieve/commit/5ae55df407cd8fdd7930b7939b3730aa1d99331a))


### Features

* changes default response error message ([20ef3eb](https://github.com/kleinfreund/retrieve/commit/20ef3eba0b20e71526224f2329d7e8d6831f8cc2))

# 1.0.0 (2023-06-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retrieve",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"description": "A convenience wrapper around fetch",
"author": {
Expand Down

0 comments on commit d398011

Please sign in to comment.