From 00e9707b61a287caeca017b6331803b0b178a234 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Thu, 30 Dec 2021 10:45:51 +0100 Subject: [PATCH] chore: release v2.4.1 * Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x. --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc3a43a0..de5fe333 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 4a2fa43e..38f8c83f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@alcalzone/jsonl-db", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d557714c..2260c8b8 100644 --- a/package.json +++ b/package.json @@ -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",