Skip to content

Commit

Permalink
chore: release v2.4.1
Browse files Browse the repository at this point in the history
* Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.
  • Loading branch information
AlCalzone committed Dec 30, 2021
1 parent a00eaab commit 00e9707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 2.4.1 (2021-12-30)
* Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.

### 2.4.0 (2021-12-27)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/jsonl-db",
"version": "2.4.0",
"version": "2.4.1",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 00e9707

Please sign in to comment.