Skip to content

Commit daf97f0

Browse files
committed
chore: releases
1 parent 507be5d commit daf97f0

5 files changed

Lines changed: 17 additions & 18 deletions

File tree

.changeset/bitter-waves-start.md

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

.changeset/odd-tigers-grow.md

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

.changeset/small-onions-smoke.md

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

packages/bentocache/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# bentocache
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 2c5e4e7: Cleaner Worker Thread logs for the file driver now use the configured logger for better integration with structured logging system
8+
9+
See [#74](https://github.com/Julien-R44/bentocache/issues/74)
10+
11+
### Patch Changes
12+
13+
- 5941f90: Fix race condition with file driver writing corrupted data to disk
14+
15+
See [#74](https://github.com/Julien-R44/bentocache/issues/74)
16+
17+
- 5009b58: Fix bus synchronization issue when prefix is empty
18+
319
## 1.3.0
420

521
### Minor Changes

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.3.0",
4+
"version": "1.4.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)