Skip to content

Commit

Permalink
Version Packages (#258)
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
github-actions[bot] and github-actions[bot] authored Jan 13, 2024
1 parent c62c986 commit ad4b63d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/hip-taxis-listen.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cache-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neshca/cache-handler

## 0.6.5

### Patch Changes

- c62c986: Refactored Redis Handlers timeout handling

#### Changes

- Refactored Redis Handlers to use `AbortSignal` instead of promisifying `setTimeout`.
- Set default Redis Handlers `timeoutMs` option to 5000 ms.

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neshca/cache-handler",
"version": "0.6.4",
"version": "0.6.5",
"description": "Flexible API to replace the default Next.js cache, accommodating custom cache solutions for multi-instance deployments.",
"keywords": [
"cache",
Expand Down

0 comments on commit ad4b63d

Please sign in to comment.