Skip to content

Commit 72ef05f

Browse files
Version Packages (#254)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c6ac292 commit 72ef05f

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.changeset/silly-sloths-sell.md

-2
This file was deleted.

.changeset/tricky-keys-press.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/datasource-rest
22

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- [#246](https://github.com/apollographql/datasource-rest/pull/246) [`c6ac292`](https://github.com/apollographql/datasource-rest/commit/c6ac29203416e6a91387ab16c6f578b201f22a1b) Thanks [@lotmek](https://github.com/lotmek)! - Make `request` and `url` optional parameters in the `errorFromResponse` method and clean up the implementation.
8+
39
## 6.1.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@apollo/datasource-rest",
33
"description": "REST DataSource for Apollo Server v4",
4-
"version": "6.1.0",
4+
"version": "6.1.1",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)