Skip to content

Commit

Permalink
chore: release v3.1.0
Browse files Browse the repository at this point in the history
* Support opt-out of updating timestamps for individual set calls (#415)
  • Loading branch information
AlCalzone committed Mar 15, 2023
1 parent a9263a9 commit 23c9c03
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 @@ -160,6 +160,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### 3.1.0 (2023-03-15)
* Support opt-out of updating timestamps for individual set calls (#415)

### 3.0.0 (2023-03-09)
* Support recording timestamps for each value (#413)
* Drop support for Node.js 12 (#414)
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": "3.0.0",
"version": "3.1.0",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 23c9c03

Please sign in to comment.