Skip to content

Commit ac757db

Browse files
Version Packages (#272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 870ba80 commit ac757db

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

.changeset/fluffy-ants-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-experts-sell.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/datasource-rest
22

3+
## 6.2.2
4+
5+
### Patch Changes
6+
7+
- [#270](https://github.com/apollographql/datasource-rest/pull/270) [`f6cf377`](https://github.com/apollographql/datasource-rest/commit/f6cf377e97b609e829709a0ba9eff7d9294c5e31) Thanks [@Sean-Y-X](https://github.com/Sean-Y-X)! - Use lodash's `cloneDeep` to clone parsed body instead of `JSON.parse(JSON.stringify(...))`
8+
9+
- [#268](https://github.com/apollographql/datasource-rest/pull/268) [`870ba80`](https://github.com/apollographql/datasource-rest/commit/870ba800da56dd31ba4274cc33de4400286e4507) Thanks [@HishamAli81](https://github.com/HishamAli81)! - \* Fix RequestOptions.cacheOptions function return type to also return a non-promise value.
10+
- Fix propagation of the cache options generic type `RequestOptions` and `AugmentedRequest`.
11+
312
## 6.2.1
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
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.2.1",
4+
"version": "6.2.2",
55
"author": "Apollo <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)