Skip to content

Commit 25862e1

Browse files
Version Packages (#6)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1857515 commit 25862e1

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/brave-cows-attend.md

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

CHANGELOG.md

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

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#5](https://github.com/apollographql/datasource-rest/pull/5) [`1857515`](https://github.com/apollographql/datasource-rest/commit/1857515dfe4971c71770cb52b5b5cfb368059107) Thanks [@smyrick](https://github.com/smyrick)! - Rename `requestCacheEnabled` to `memoizeGetRequests`. Acknowledging this is
8+
actually a breaking change, but this package has been live for a weekend with
9+
nothing recommending its usage yet.
10+
311
## 4.1.0
412

513
### Minor 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": "4.1.0",
4+
"version": "4.2.0",
55
"author": "Apollo <packages@apollographql.com>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)