Skip to content

Commit

Permalink
chore: release v2.5.0
Browse files Browse the repository at this point in the history
* Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock
  • Loading branch information
AlCalzone committed Feb 13, 2022
1 parent 745d7ee commit 0def6c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### 2.5.0 (2022-02-13)
* Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock

### 2.4.3 (2022-02-09)
* Errors while automatically compressing the DB are now caught

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.4.3",
"version": "2.5.0",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 0def6c7

Please sign in to comment.