Skip to content

Commit

Permalink
chore: release v2.5.1
Browse files Browse the repository at this point in the history
* Allow setting minimum retry timeout
* Correct minimum value for the lockfile's stale timeout
  • Loading branch information
AlCalzone committed Feb 13, 2022
1 parent 129d285 commit e6571d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,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.5.1 (2022-02-13)
* Allow setting minimum retry timeout
* Correct minimum value for the lockfile's stale timeout

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/jsonl-db",
"version": "2.5.0",
"version": "2.5.1",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit e6571d5

Please sign in to comment.