Skip to content

Commit 00e9707

Browse files
committed
chore: release v2.4.1
* Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.
1 parent a00eaab commit 00e9707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
142142
Placeholder for next release:
143143
### __WORK IN PROGRESS__
144144
-->
145-
### __WORK IN PROGRESS__
145+
### 2.4.1 (2021-12-30)
146146
* Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.
147147

148148
### 2.4.0 (2021-12-27)

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)