Skip to content

Commit ea58f7f

Browse files
committed
chore: release v1.2.5
Prevent opening one DB file in multiple instances of the DB using lockfiles
1 parent f83eeab commit ea58f7f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ The file will be overwritten if it exists. The 2nd options argument can be used
133133
Placeholder for next release:
134134
### __WORK IN PROGRESS__
135135
-->
136+
### 1.2.5 (2021-05-29)
137+
Prevent opening one DB file in multiple instances of the DB using lockfiles
136138

137139
### 1.2.4 (2021-02-15)
138140
Reduced the work done while opening a DB

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

0 commit comments

Comments
 (0)