Skip to content

Commit 0def6c7

Browse files
committed
chore: release v2.5.0
* Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock
1 parent 745d7ee commit 0def6c7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
149149
Placeholder for next release:
150150
### __WORK IN PROGRESS__
151151
-->
152+
### 2.5.0 (2022-02-13)
153+
* Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock
154+
152155
### 2.4.3 (2022-02-09)
153156
* Errors while automatically compressing the DB are now caught
154157

package-lock.json

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

0 commit comments

Comments
 (0)