Skip to content

Commit

Permalink
Version Packages (#253)
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 11, 2024
1 parent 9dcb393 commit caadc43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-moose-type.md

This file was deleted.

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

## 0.6.4

### Patch Changes

- 9dcb393: Refactored `lru-cache` Handler to overcome ttl via setTimeout limitations. Added `timeoutMs` option to `server` Handler.

## 0.6.3

### 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.3",
"version": "0.6.4",
"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 caadc43

Please sign in to comment.