Skip to content

Commit 0b8c4b9

Browse files
committed
chore: release v2.2.0
* Add the ability to specify where the lockfile is created
1 parent 80d95e7 commit 0b8c4b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 zwave-js
3+
Copyright (c) 2020-2021 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
141141
Placeholder for next release:
142142
### __WORK IN PROGRESS__
143143
-->
144-
### __WORK IN PROGRESS__
144+
### 2.2.0 (2021-10-15)
145145
* Add the ability to specify where the lockfile is created
146146

147147
### 2.1.0 (2021-06-22)
@@ -213,4 +213,4 @@ Added an optional reviver function to transform non-primitive objects while load
213213
* Fixed some race conditions
214214

215215
### 0.1.0 (2020-04-25)
216-
First official release
216+
First official release

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