Skip to content

Commit 2766101

Browse files
Version Packages (#201)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f8f0805 commit 2766101

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/selfish-seals-worry.md

-9
This file was deleted.

CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#196](https://github.com/apollographql/datasource-rest/pull/196) [`f8f0805`](https://github.com/apollographql/datasource-rest/commit/f8f08052fcdd652d5c4420ef05f46b0652d6401e) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Drop Node v14 support
8+
9+
To take this major version, the only change necessary is to ensure your node runtime is using version 16.14.0 or later.
10+
11+
Node v14 is EOL, so we should drop support for it and upgrade packages and testing accordingly. Note this package has a dependency on `@apollo/utils.keyvaluecache` which requires specifically node@>=16.14 due to its dependency on `lru-cache`.
12+
313
## 5.1.1
414

515
### Patch 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": "5.1.1",
4+
"version": "6.0.0",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)