Skip to content

Commit

Permalink
Upcoming Release Changes (#2036)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Oct 25, 2023
1 parent 4183b27 commit 68ad0b6
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/old-plums-knock.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/plugins/response-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @envelop/response-cache-redis

## 4.0.1

### Patch Changes

- [`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix leak of cache metadata in the
result when cache is skipped.

- Updated dependencies
[[`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)]:
- @envelop/response-cache@6.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/response-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache-redis",
"version": "4.0.0",
"version": "4.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {},
"dependencies": {
"@envelop/response-cache": "^6.0.0",
"@envelop/response-cache": "^6.0.1",
"ioredis": "^4.27.9",
"tslib": "^2.5.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/response-cache

## 6.0.1

### Patch Changes

- [`4183b275`](https://github.com/n1ru4l/envelop/commit/4183b2752d22e82bc819d2b5adc20f2dedf6697c)
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix leak of cache metadata in the
result when cache is skipped.

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache",
"version": "6.0.0",
"version": "6.0.1",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 68ad0b6

Please sign in to comment.