Skip to content

Commit e6571d5

Browse files
committed
chore: release v2.5.1
* Allow setting minimum retry timeout * Correct minimum value for the lockfile's stale timeout
1 parent 129d285 commit e6571d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
150150
Placeholder for next release:
151151
### __WORK IN PROGRESS__
152152
-->
153-
### __WORK IN PROGRESS__
153+
### 2.5.1 (2022-02-13)
154154
* Allow setting minimum retry timeout
155155
* Correct minimum value for the lockfile's stale timeout
156156

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

0 commit comments

Comments
 (0)