Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
Update dependencies and drop support for Node.js 10
  • Loading branch information
AlCalzone committed Jun 19, 2021
1 parent 30a0d74 commit 5d66fae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -133,6 +133,9 @@ The file will be overwritten if it exists. The 2nd options argument can be used
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### 2.0.0 (2021-06-19)
Update dependencies and drop support for Node.js 10

### 1.2.5 (2021-05-29)
Prevent opening one DB file in multiple instances of the DB using lockfiles

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@alcalzone/jsonl-db",
"version": "1.2.5",
"version": "2.0.0",
"description": "Simple JSONL-based key-value store",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 5d66fae

Please sign in to comment.