Skip to content

Commit 68ad0b6

Browse files
Upcoming Release Changes (#2036)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4183b27 commit 68ad0b6

File tree

5 files changed

+23
-9
lines changed

5 files changed

+23
-9
lines changed

.changeset/old-plums-knock.md

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

packages/plugins/response-cache-redis/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)
8+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix leak of cache metadata in the
9+
result when cache is skipped.
10+
11+
- Updated dependencies
12+
[[`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)]:
13+
- @envelop/response-cache@6.0.1
14+
315
## 4.0.0
416

517
### Major Changes

packages/plugins/response-cache-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/response-cache-redis",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -48,7 +48,7 @@
4848
"typings": "dist/typings/index.d.ts",
4949
"peerDependencies": {},
5050
"dependencies": {
51-
"@envelop/response-cache": "^6.0.0",
51+
"@envelop/response-cache": "^6.0.1",
5252
"ioredis": "^4.27.9",
5353
"tslib": "^2.5.0"
5454
},

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.0.1
4+
5+
### Patch Changes
6+
7+
- [`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)
8+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix leak of cache metadata in the
9+
result when cache is skipped.
10+
311
## 6.0.0
412

513
### Major 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.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)