Skip to content

Commit 567c714

Browse files
committed
chore: releases
1 parent eb29853 commit 567c714

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/weak-parts-pull.md

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

packages/bentocache/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# bentocache
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- eb29853: Add `prune()` method for cache drivers without native TTL support as an alternative to `pruneInterval` strategy
8+
39
## 1.4.0
410

511
### Minor Changes
@@ -10,7 +16,7 @@
1016

1117
### Patch Changes
1218

13-
- 5941f90: Fix race condition with file driver writing corrupted data to disk
19+
- 5941f90: Fix race condition with file driver writing corrupted data to disk
1420

1521
See [#74](https://github.com/Julien-R44/bentocache/issues/74)
1622

packages/bentocache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bentocache",
33
"type": "module",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers",
66
"author": "Julien Ripouteau <julien@ripouteau.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)