Skip to content

Commit ade9dcf

Browse files
committed
chore: release v3.0.0
* Support recording timestamps for each value (#413) * Drop support for Node.js 12 (#414)
1 parent 4b5ba35 commit ade9dcf

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 AlCalzone
3+
Copyright (c) 2020-2023 AlCalzone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ The file will be overwritten if it exists. The 2nd options argument can be used
153153
Placeholder for next release:
154154
### __WORK IN PROGRESS__
155155
-->
156+
### 3.0.0 (2023-03-09)
157+
* Support recording timestamps for each value (#413)
158+
* Drop support for Node.js 12 (#414)
159+
156160
### 2.5.3 (2022-09-06)
157161
* Consider lockfiles from the future to be stale (#371)
158162

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