Skip to content

Commit 23c9c03

Browse files
committed
chore: release v3.1.0
* Support opt-out of updating timestamps for individual set calls (#415)
1 parent a9263a9 commit 23c9c03

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
@@ -160,6 +160,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
160160
Placeholder for next release:
161161
### __WORK IN PROGRESS__
162162
-->
163+
### 3.1.0 (2023-03-15)
164+
* Support opt-out of updating timestamps for individual set calls (#415)
165+
163166
### 3.0.0 (2023-03-09)
164167
* Support recording timestamps for each value (#413)
165168
* Drop support for Node.js 12 (#414)

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": "3.0.0",
3+
"version": "3.1.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)