Skip to content

Commit c33253c

Browse files
committed
chore: release v1.2.4
Reduced the work done while opening a DB
1 parent 3cca468 commit c33253c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
134134
### __WORK IN PROGRESS__
135135
-->
136136

137+
### 1.2.4 (2021-02-15)
138+
Reduced the work done while opening a DB
139+
137140
### 1.2.3 (2021-01-02)
138141
Fixed a crash that happens while compressing the DB when the `.bak` file exists
139142

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": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)