Skip to content

Commit 5d66fae

Browse files
committed
chore: release v2.0.0
Update dependencies and drop support for Node.js 10
1 parent 30a0d74 commit 5d66fae

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
133133
Placeholder for next release:
134134
### __WORK IN PROGRESS__
135135
-->
136+
### 2.0.0 (2021-06-19)
137+
Update dependencies and drop support for Node.js 10
138+
136139
### 1.2.5 (2021-05-29)
137140
Prevent opening one DB file in multiple instances of the DB using lockfiles
138141

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "1.2.5",
3+
"version": "2.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)