Skip to content

Commit a08a9d1

Browse files
Upcoming Release Changes (#1942)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be16ad2 commit a08a9d1

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

.changeset/thirty-pumpkins-wash.md

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

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

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

3+
## 3.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`be16ad2c`](https://github.com/n1ru4l/envelop/commit/be16ad2c8b77e8ce44c279b9b242618e57d51d2e)]:
9+
- @envelop/response-cache@5.3.0
10+
311
## 3.2.0
412

513
### Patch 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": "3.2.0",
3+
"version": "3.3.0",
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": "^5.2.0",
51+
"@envelop/response-cache": "^5.3.0",
5252
"ioredis": "^4.27.9",
5353
"tslib": "^2.5.0"
5454
},

packages/plugins/response-cache/CHANGELOG.md

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

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [#1941](https://github.com/n1ru4l/envelop/pull/1941)
8+
[`be16ad2c`](https://github.com/n1ru4l/envelop/commit/be16ad2c8b77e8ce44c279b9b242618e57d51d2e)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Give access to the context in the cache
10+
key builder function
11+
312
## 5.2.0
413

514
### Minor 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": "5.2.0",
3+
"version": "5.3.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)