Skip to content

Commit 4031c59

Browse files
Upcoming Release Changes (#2311)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9ddb3bd commit 4031c59

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.changeset/lucky-steaks-rest.md

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

packages/plugins/response-cache-cloudflare-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"typings": "dist/typings/index.d.ts",
5252
"peerDependencies": {
5353
"@cloudflare/workers-types": "^4.20231121.0",
54-
"@envelop/response-cache": "^6.2.2",
54+
"@envelop/response-cache": "^6.2.3",
5555
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
5656
},
5757
"peerDependenciesMeta": {

packages/plugins/response-cache/CHANGELOG.md

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

3+
## 6.2.3
4+
5+
### Patch Changes
6+
7+
- [#2310](https://github.com/n1ru4l/envelop/pull/2310)
8+
[`9ddb3bd`](https://github.com/n1ru4l/envelop/commit/9ddb3bd77772255715159d699c4273616c46e566)
9+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - internal refactors
10+
311
## 6.2.2
412

513
### Patch Changes

packages/plugins/response-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache",
3-
"version": "6.2.2",
3+
"version": "6.2.3",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)