Skip to content

Commit 9855735

Browse files
committed
chore: release v2.4.3
* Errors while automatically compressing the DB are now caught
1 parent 5976f65 commit 9855735

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The file will be overwritten if it exists. The 2nd options argument can be used
142142
Placeholder for next release:
143143
### __WORK IN PROGRESS__
144144
-->
145-
### __WORK IN PROGRESS__
145+
### 2.4.3 (2022-02-09)
146146
* Errors while automatically compressing the DB are now caught
147147

148148
### 2.4.2 (2022-02-09)

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.4.2",
3+
"version": "2.4.3",
44
"description": "Simple JSONL-based key-value store",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)