Skip to content

Commit 973c75e

Browse files
committed
chore: release v4.0.1
* Fixes an issue where the application could run out of memory if a custom serializer threw an error during the automatic compression
1 parent 5f29dbf commit 973c75e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const json = db.toJSON();
157157
Placeholder for next release:
158158
### __WORK IN PROGRESS__
159159
-->
160-
### __WORK IN PROGRESS__
160+
### 4.0.1 (2025-10-14)
161161
* Fixes an issue where the application could run out of memory if a custom serializer threw an error during the automatic compression
162162

163163
### 4.0.0 (2025-10-07)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/jsonl-db",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Simple JSONL-based key-value store",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)